Searched refs:check_mtu (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/netronome/nfp/ |
A 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-6.3-rc2/drivers/net/ethernet/netronome/nfp/bpf/ |
A D | main.c | 531 .check_mtu = nfp_bpf_check_mtu,
|
/linux-6.3-rc2/include/linux/ |
A D | netdevice.h | 3939 const bool check_mtu) in __is_skb_forwardable() argument 3947 if (!check_mtu) in __is_skb_forwardable() 3992 const bool check_mtu) in DEV_CORE_STATS_INC() 3995 unlikely(!__is_skb_forwardable(dev, skb, check_mtu))) { in DEV_CORE_STATS_INC()
|
/linux-6.3-rc2/net/core/ |
A D | filter.c | 5738 u32 flags, bool check_mtu) in bpf_ipv4_fib_lookup() argument 5812 if (check_mtu) { in bpf_ipv4_fib_lookup() 5865 u32 flags, bool check_mtu) in bpf_ipv6_fib_lookup() argument 5949 if (check_mtu) { in bpf_ipv6_fib_lookup() 6026 bool check_mtu = false; in BPF_CALL_4() local 6035 check_mtu = true; in BPF_CALL_4() 6040 rc = bpf_ipv4_fib_lookup(net, params, flags, check_mtu); in BPF_CALL_4() 6045 rc = bpf_ipv6_fib_lookup(net, params, flags, check_mtu); in BPF_CALL_4() 6050 if (rc == BPF_FIB_LKUP_RET_SUCCESS && !check_mtu) { in BPF_CALL_4()
|
A D | dev.c | 2121 bool check_mtu) in __dev_forward_skb2() argument 2123 int ret = ____dev_forward_skb(dev, skb, check_mtu); in __dev_forward_skb2()
|
/linux-6.3-rc2/include/uapi/linux/ |
A D | bpf.h | 5670 FN(check_mtu, 163, ##ctx) \
|
/linux-6.3-rc2/tools/include/uapi/linux/ |
A D | bpf.h | 5670 FN(check_mtu, 163, ##ctx) \
|
Completed in 88 milliseconds