Searched defs:check_mtu (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/ |
H A D | nfp_app.h | 112 int (*check_mtu)(struct nfp_app *app, struct net_device *netdev, member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/ |
H A D | nfp_app.h | 111 int (*check_mtu)(struct nfp_app *app, struct net_device *netdev, member
|
/kernel/linux/linux-5.10/net/core/ |
H A D | filter.c | 5646 bool check_mtu = false; in BPF_CALL_4() local 5378 bpf_ipv4_fib_lookup(struct net *net, struct bpf_fib_lookup *params, u32 flags, bool check_mtu) bpf_ipv4_fib_lookup() argument 5495 bpf_ipv6_fib_lookup(struct net *net, struct bpf_fib_lookup *params, u32 flags, bool check_mtu) bpf_ipv6_fib_lookup() argument
|
/kernel/linux/linux-6.6/net/core/ |
H A D | filter.c | 6123 bool check_mtu = false; in BPF_CALL_4() local 5806 bpf_ipv4_fib_lookup(struct net *net, struct bpf_fib_lookup *params, u32 flags, bool check_mtu) bpf_ipv4_fib_lookup() argument 5942 bpf_ipv6_fib_lookup(struct net *net, struct bpf_fib_lookup *params, u32 flags, bool check_mtu) bpf_ipv6_fib_lookup() argument
|
H A D | dev.c | 2178 __dev_forward_skb2(struct net_device *dev, struct sk_buff *skb, bool check_mtu) __dev_forward_skb2() argument
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | netdevice.h | 3979 __is_skb_forwardable(const struct net_device *dev, const struct sk_buff *skb, const bool check_mtu) __is_skb_forwardable() argument 4032 ____dev_forward_skb(struct net_device *dev, struct sk_buff *skb, const bool check_mtu) ____dev_forward_skb() argument
|
Completed in 46 milliseconds