Searched refs:check_mtu (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/net/ethernet/netronome/nfp/ |
H 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()
|
/openbmc/linux/drivers/net/ethernet/netronome/nfp/bpf/ |
H A D | main.c | 531 .check_mtu = nfp_bpf_check_mtu,
|
/openbmc/linux/include/linux/ |
H A D | netdevice.h | 4001 const bool check_mtu) in __is_skb_forwardable() argument 4009 if (!check_mtu) in __is_skb_forwardable() 4054 const bool check_mtu) in DEV_CORE_STATS_INC() 4057 unlikely(!__is_skb_forwardable(dev, skb, check_mtu))) { in DEV_CORE_STATS_INC()
|
/openbmc/linux/net/core/ |
H A D | filter.c | 5866 u32 flags, bool check_mtu) in bpf_ipv4_fib_lookup() argument 5946 if (check_mtu) { in bpf_ipv4_fib_lookup() 6002 u32 flags, bool check_mtu) in bpf_ipv6_fib_lookup() argument 6092 if (check_mtu) { in bpf_ipv6_fib_lookup() 6182 bool check_mtu = false; in BPF_CALL_4() local 6191 check_mtu = true; in BPF_CALL_4() 6196 rc = bpf_ipv4_fib_lookup(net, params, flags, check_mtu); in BPF_CALL_4() 6201 rc = bpf_ipv6_fib_lookup(net, params, flags, check_mtu); in BPF_CALL_4() 6206 if (rc == BPF_FIB_LKUP_RET_SUCCESS && !check_mtu) { in BPF_CALL_4()
|
H A D | dev.c | 2210 bool check_mtu) in __dev_forward_skb2() argument 2212 int ret = ____dev_forward_skb(dev, skb, check_mtu); in __dev_forward_skb2()
|
/openbmc/linux/include/uapi/linux/ |
H A D | bpf.h | 5835 FN(check_mtu, 163, ##ctx) \
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | bpf.h | 5835 FN(check_mtu, 163, ##ctx) \
|
/openbmc/linux/ |
H A D | opengrok2.0.log | [all...] |