Searched refs:sk_setup_caps (Results 1 – 9 of 9) sorted by relevance
/linux/Documentation/networking/net_cachelines/ |
H A D | net_device.rst | 37 …ad_mostly read_mostly HARD_TX_LOCK,netif_skb_features,sk_setup_caps(tx);netif_elid…
|
/linux/include/net/ |
H A D | ip6_route.h | 238 sk_setup_caps(sk, dst); in ip6_dst_store()
|
H A D | sock.h | 2177 void sk_setup_caps(struct sock *sk, struct dst_entry *dst);
|
/linux/drivers/net/ppp/ |
H A D | pptp.c | 460 sk_setup_caps(sk, &rt->dst); in pptp_connect()
|
/linux/net/sctp/ |
H A D | output.c | 135 sk_setup_caps(sk, tp->dst); in sctp_packet_config()
|
H A D | outqueue.c | 1170 sk_setup_caps(sk, t->dst); in sctp_outq_flush_transports()
|
/linux/net/core/ |
H A D | sock.c | 2548 void sk_setup_caps(struct sock *sk, struct dst_entry *dst) in sk_setup_caps() function 2572 EXPORT_SYMBOL_GPL(sk_setup_caps);
|
/linux/net/ipv4/ |
H A D | tcp_ipv4.c | 321 sk_setup_caps(sk, &rt->dst); in tcp_v4_connect() 1800 sk_setup_caps(newsk, dst);
|
/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
H A D | chtls_cm.c | 1215 sk_setup_caps(newsk, dst); in chtls_recv_sock()
|