Home
last modified time | relevance | path

Searched refs:udp_sk (Results 1 – 4 of 4) sorted by relevance

/include/linux/
Dudp.h94 static inline struct udp_sock *udp_sk(const struct sock *sk) in udp_sk() function
101 udp_sk(sk)->no_check6_tx = val; in udp_set_no_check6_tx()
106 udp_sk(sk)->no_check6_rx = val; in udp_set_no_check6_rx()
111 return udp_sk(sk)->no_check6_tx; in udp_get_no_check6_tx()
116 return udp_sk(sk)->no_check6_rx; in udp_get_no_check6_rx()
135 if (skb_shinfo(skb)->gso_type & SKB_GSO_UDP_L4 && !udp_sk(sk)->accept_udp_l4) in udp_unexpected_gso()
138 if (skb_shinfo(skb)->gso_type & SKB_GSO_FRAGLIST && !udp_sk(sk)->accept_udp_fraglist) in udp_unexpected_gso()
146 udp_sk(sk)->accept_udp_l4 = 1; in udp_allow_gso()
147 udp_sk(sk)->accept_udp_fraglist = 1; in udp_allow_gso()
/include/net/
Dudplite.h69 const struct udp_sock *up = udp_sk(skb->sk); in udplite_csum()
Dudp_tunnel.h179 struct udp_sock *up = udp_sk(sock->sk); in udp_tunnel_encap_enable()
Dudp.h235 return sk_rmem_alloc_get(sk) - READ_ONCE(udp_sk(sk)->forward_deficit); in udp_rqueue_get()