Home
last modified time | relevance | path

Searched refs:inet_sk_rx_dst_set (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/net/ipv4/
H A Dtcp_ipv4.c1779 inet_sk_rx_dst_set(newsk, skb);
2459 void inet_sk_rx_dst_set(struct sock *sk, const struct sk_buff *skb) function
2468 EXPORT_IPV6_MOD(inet_sk_rx_dst_set);
2474 .sk_rx_dst_set = inet_sk_rx_dst_set,
/linux-6.15/net/ipv6/
H A Dtcp_ipv6.c2097 .sk_rx_dst_set = inet_sk_rx_dst_set,
/linux-6.15/include/net/
H A Dtcp.h524 void inet_sk_rx_dst_set(struct sock *sk, const struct sk_buff *skb);