Searched defs:inet_connection_sock_af_ops (Results 1 – 1 of 1) sorted by relevance
38 struct inet_connection_sock_af_ops { struct39 int (*queue_xmit)(struct sk_buff *skb, struct flowi *fl);40 void (*send_check)(struct sock *sk, struct sk_buff *skb);41 int (*rebuild_header)(struct sock *sk);42 int (*conn_request)(struct sock *sk, struct sk_buff *skb);43 struct sock *(*syn_recv_sock)(struct sock *sk, struct sk_buff *skb,46 struct inet_peer *(*get_peer)(struct sock *sk, bool *release_it);47 u16 net_header_len;48 u16 sockaddr_len;49 int (*setsockopt)(struct sock *sk, int level, int optname, [all …]