Searched defs:inet_connection_sock_af_ops (Results 1 – 1 of 1) sorted by relevance
| /third_party/libbpf/.github/actions/build-selftests/ |
| D | vmlinux.h | 38325 struct inet_connection_sock_af_ops { struct 38326 int (*queue_xmit)(struct sock *, struct sk_buff *, struct flowi *); 38327 void (*send_check)(struct sock *, struct sk_buff *); 38328 int (*rebuild_header)(struct sock *); 38329 void (*sk_rx_dst_set)(struct sock *, const struct sk_buff *); 38330 int (*conn_request)(struct sock *, struct sk_buff *); 38331 …ock *, struct sk_buff *, struct request_sock *, struct dst_entry *, struct request_sock *, bool *); 38332 u16 net_header_len; 38333 u16 net_frag_header_len; 38334 u16 sockaddr_len; [all …]
|