Home
last modified time | relevance | path

Searched defs:inet_connection_sock_af_ops (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/include/net/
Dinet_connection_sock.h38 struct inet_connection_sock_af_ops { struct
39 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 …]