Searched refs:qeth_dst_check_rcu (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/drivers/s390/net/ |
H A D | qeth_core.h | 953 static inline struct dst_entry *qeth_dst_check_rcu(struct sk_buff *skb, in qeth_dst_check_rcu() function
|
H A D | qeth_l3_main.c | 1608 dst = qeth_dst_check_rcu(skb, proto); in qeth_l3_get_cast_type() 1663 dst = qeth_dst_check_rcu(skb, proto); in qeth_l3_fill_header()
|
H A D | qeth_core_main.c | 690 qeth_dst_check_rcu(skb, htons(ETH_P_IP))); in qeth_next_hop_is_local_v4() 717 qeth_dst_check_rcu(skb, htons(ETH_P_IPV6))); in qeth_next_hop_is_local_v6()
|
/kernel/linux/linux-5.10/drivers/s390/net/ |
H A D | qeth_l3_main.c | 1626 dst = qeth_dst_check_rcu(skb, ipv); in qeth_l3_get_cast_type() 1689 dst = qeth_dst_check_rcu(skb, ipv); in qeth_l3_fill_header()
|
H A D | qeth_core.h | 979 static inline struct dst_entry *qeth_dst_check_rcu(struct sk_buff *skb, int ipv) in qeth_dst_check_rcu() function
|
H A D | qeth_core_main.c | 796 next_hop = qeth_next_hop_v4_rcu(skb, qeth_dst_check_rcu(skb, 4)); in qeth_next_hop_is_local_v4() 822 next_hop = qeth_next_hop_v6_rcu(skb, qeth_dst_check_rcu(skb, 6)); in qeth_next_hop_is_local_v6()
|
Completed in 27 milliseconds