Searched defs:inet_connection_sock_af_ops (Results 1 – 1 of 1) sorted by relevance
34 struct inet_connection_sock_af_ops { struct35 int (*queue_xmit)(struct sock *sk, struct sk_buff *skb, struct flowi *fl);36 void (*send_check)(struct sock *sk, struct sk_buff *skb);37 int (*rebuild_header)(struct sock *sk);38 void (*sk_rx_dst_set)(struct sock *sk, const struct sk_buff *skb);39 int (*conn_request)(struct sock *sk, struct sk_buff *skb);40 struct sock *(*syn_recv_sock)(const struct sock *sk, struct sk_buff *skb,45 u16 net_header_len;46 u16 net_frag_header_len;47 u16 sockaddr_len;[all …]