Searched refs:check_mtu (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.1/drivers/net/ethernet/netronome/nfp/ |
D | nfp_app.h | 111 int (*check_mtu)(struct nfp_app *app, struct net_device *netdev, member 271 if (!app || !app->type->check_mtu) in nfp_app_check_mtu() 273 return app->type->check_mtu(app, netdev, new_mtu); in nfp_app_check_mtu()
|
/Linux-v6.1/drivers/net/ethernet/netronome/nfp/bpf/ |
D | main.c | 531 .check_mtu = nfp_bpf_check_mtu,
|
/Linux-v6.1/include/linux/ |
D | netdevice.h | 3898 const bool check_mtu) in __is_skb_forwardable() argument 3906 if (!check_mtu) in __is_skb_forwardable() 3951 const bool check_mtu) in DEV_CORE_STATS_INC() 3954 unlikely(!__is_skb_forwardable(dev, skb, check_mtu))) { in DEV_CORE_STATS_INC()
|
/Linux-v6.1/net/core/ |
D | filter.c | 5687 u32 flags, bool check_mtu) in bpf_ipv4_fib_lookup() argument 5761 if (check_mtu) { in bpf_ipv4_fib_lookup() 5806 u32 flags, bool check_mtu) in bpf_ipv6_fib_lookup() argument 5890 if (check_mtu) { in bpf_ipv6_fib_lookup() 5958 bool check_mtu = false; in BPF_CALL_4() local 5967 check_mtu = true; in BPF_CALL_4() 5972 rc = bpf_ipv4_fib_lookup(net, params, flags, check_mtu); in BPF_CALL_4() 5977 rc = bpf_ipv6_fib_lookup(net, params, flags, check_mtu); in BPF_CALL_4() 5982 if (rc == BPF_FIB_LKUP_RET_SUCCESS && !check_mtu) { in BPF_CALL_4()
|
D | dev.c | 2135 bool check_mtu) in __dev_forward_skb2() argument 2137 int ret = ____dev_forward_skb(dev, skb, check_mtu); in __dev_forward_skb2()
|
/Linux-v6.1/tools/include/uapi/linux/ |
D | bpf.h | 5603 FN(check_mtu), \
|
/Linux-v6.1/include/uapi/linux/ |
D | bpf.h | 5603 FN(check_mtu), \
|