Searched refs:dst_neigh_lookup_skb (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/net/sched/ |
H A D | sch_teql.c | 225 n = dst_neigh_lookup_skb(dst, skb); in __teql_resolve()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | dst.h | 393 static inline struct neighbour *dst_neigh_lookup_skb(const struct dst_entry *dst, in dst_neigh_lookup_skb() function
|
/kernel/linux/linux-6.6/include/net/ |
H A D | dst.h | 413 static inline struct neighbour *dst_neigh_lookup_skb(const struct dst_entry *dst, in dst_neigh_lookup_skb() function
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | sch_teql.c | 225 n = dst_neigh_lookup_skb(dst, skb); in __teql_resolve()
|
/kernel/linux/linux-5.10/net/bridge/ |
H A D | br_netfilter_hooks.c | 275 neigh = dst_neigh_lookup_skb(dst, skb); in br_nf_pre_routing_finish_bridge()
|
/kernel/linux/linux-6.6/net/bridge/ |
H A D | br_netfilter_hooks.c | 279 neigh = dst_neigh_lookup_skb(dst, skb); in br_nf_pre_routing_finish_bridge()
|
/kernel/linux/linux-5.10/drivers/s390/net/ |
H A D | qeth_l3_main.c | 1590 n = dst_neigh_lookup_skb(dst, skb); in qeth_l3_get_cast_type_rcu()
|
/kernel/linux/linux-6.6/drivers/s390/net/ |
H A D | qeth_l3_main.c | 1571 n = dst_neigh_lookup_skb(dst, skb); in qeth_l3_get_cast_type_rcu()
|
/kernel/linux/linux-5.10/net/core/ |
H A D | neighbour.c | 1401 n2 = dst_neigh_lookup_skb(dst, skb); in __neigh_update()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/ |
H A D | cm.c | 4147 neigh = dst_neigh_lookup_skb(dst, skb); in rx_pkt()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/cxgb4/ |
H A D | cm.c | 4144 neigh = dst_neigh_lookup_skb(dst, skb); in rx_pkt()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | neighbour.c | 1457 n2 = dst_neigh_lookup_skb(dst, skb); in __neigh_update()
|
Completed in 30 milliseconds