Home
last modified time | relevance | path

Searched refs:l3mdev_ops (Results 1 – 7 of 7) sorted by relevance

/linux/net/l3mdev/
H A Dl3mdev.c170 if (dev->l3mdev_ops->l3mdev_fib_table) in l3mdev_fib_table_rcu()
171 tb_id = dev->l3mdev_ops->l3mdev_fib_table(dev); in l3mdev_fib_table_rcu()
181 master->l3mdev_ops->l3mdev_fib_table) in l3mdev_fib_table_rcu()
182 tb_id = master->l3mdev_ops->l3mdev_fib_table(master); in l3mdev_fib_table_rcu()
231 dev->l3mdev_ops->l3mdev_link_scope_lookup) in l3mdev_link_scope_lookup()
232 dst = dev->l3mdev_ops->l3mdev_link_scope_lookup(dev, fl6); in l3mdev_link_scope_lookup()
261 dev->l3mdev_ops->l3mdev_fib_table) { in l3mdev_fib_rule_match()
262 arg->table = dev->l3mdev_ops->l3mdev_fib_table(dev); in l3mdev_fib_rule_match()
/linux/include/net/
H A Dl3mdev.h24 * struct l3mdev_ops - l3mdev operations
35 struct l3mdev_ops { struct
189 if (master && master->l3mdev_ops->l3mdev_l3_rcv) in l3mdev_l3_rcv()
190 skb = master->l3mdev_ops->l3mdev_l3_rcv(master, skb, proto); in l3mdev_l3_rcv()
217 if (master && master->l3mdev_ops->l3mdev_l3_out) in l3mdev_l3_out()
218 skb = master->l3mdev_ops->l3mdev_l3_out(master, sk, in l3mdev_l3_out()
36 l3mdev_fib_tablel3mdev_ops global() argument
37 l3mdev_l3_rcvl3mdev_ops global() argument
39 l3mdev_l3_outl3mdev_ops global() argument
44 l3mdev_link_scope_lookupl3mdev_ops global() argument
/linux/drivers/net/ipvlan/
H A Dipvlan_l3s.c91 static const struct l3mdev_ops ipvl_l3mdev_ops = {
214 dev->l3mdev_ops = &ipvl_l3mdev_ops; in ipvlan_l3s_register()
/linux/Documentation/networking/net_cachelines/
H A Dnet_device.rst57 struct l3mdev_ops* l3mdev_ops
/linux/drivers/net/
H A Dvrf.c1471 static const struct l3mdev_ops vrf_l3mdev_ops = {
1610 dev->l3mdev_ops = &vrf_l3mdev_ops; in vrf_setup()
/linux/net/ipv6/
H A Dseg6_local.c1086 if (unlikely(!dev->l3mdev_ops->l3mdev_l3_rcv)) in end_dt_vrf_rcv()
1095 skb = dev->l3mdev_ops->l3mdev_l3_rcv(dev, skb, family); in end_dt_vrf_rcv()
/linux/include/linux/
H A Dnetdevice.h2227 const struct l3mdev_ops *l3mdev_ops; member