Lines Matching refs:sock
77 int (*encap_rcv)(struct sock *sk, struct sk_buff *skb);
78 int (*encap_err_lookup)(struct sock *sk, struct sk_buff *skb);
79 void (*encap_destroy)(struct sock *sk);
82 struct sk_buff * (*gro_receive)(struct sock *sk,
85 int (*gro_complete)(struct sock *sk,
98 static inline struct udp_sock *udp_sk(const struct sock *sk)
103 static inline void udp_set_no_check6_tx(struct sock *sk, bool val)
108 static inline void udp_set_no_check6_rx(struct sock *sk, bool val)
113 static inline bool udp_get_no_check6_tx(struct sock *sk)
118 static inline bool udp_get_no_check6_rx(struct sock *sk)
123 static inline void udp_cmsg_recv(struct msghdr *msg, struct sock *sk,
152 static inline bool udp_unexpected_gso(struct sock *sk, struct sk_buff *skb)