Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/include/net/
Dinet_connection_sock.h35 struct inet_connection_sock_af_ops { struct
36 int (*queue_xmit)(struct sock *sk, struct sk_buff *skb, struct flowi *fl);
37 void (*send_check)(struct sock *sk, struct sk_buff *skb);
38 int (*rebuild_header)(struct sock *sk);
39 void (*sk_rx_dst_set)(struct sock *sk, const struct sk_buff *skb);
40 int (*conn_request)(struct sock *sk, struct sk_buff *skb);
41 struct sock *(*syn_recv_sock)(const struct sock *sk, struct sk_buff *skb,
46 u16 net_header_len;
47 u16 net_frag_header_len;
48 u16 sockaddr_len;
[all …]
/kernel/linux/linux-5.10/include/net/
Dinet_connection_sock.h37 struct inet_connection_sock_af_ops { struct
38 int (*queue_xmit)(struct sock *sk, struct sk_buff *skb, struct flowi *fl);
39 void (*send_check)(struct sock *sk, struct sk_buff *skb);
40 int (*rebuild_header)(struct sock *sk);
41 void (*sk_rx_dst_set)(struct sock *sk, const struct sk_buff *skb);
42 int (*conn_request)(struct sock *sk, struct sk_buff *skb);
43 struct sock *(*syn_recv_sock)(const struct sock *sk, struct sk_buff *skb,
48 u16 net_header_len;
49 u16 net_frag_header_len;
50 u16 sockaddr_len;
[all …]