Home
last modified time | relevance | path

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

/developtools/profiler/hiebpf/include/
Dvmlinux.h145330 struct inet_connection_sock_af_ops { struct
145331 int (*queue_xmit)(struct sock *, struct sk_buff *, struct flowi *);
145332 void (*send_check)(struct sock *, struct sk_buff *);
145333 int (*rebuild_header)(struct sock *);
145334 void (*sk_rx_dst_set)(struct sock *, const struct sk_buff *);
145335 int (*conn_request)(struct sock *, struct sk_buff *);
145336 …ock *, struct sk_buff *, struct request_sock *, struct dst_entry *, struct request_sock *, bool *);
145337 u16 net_header_len;
145338 u16 net_frag_header_len;
145362 const struct inet_connection_sock_af_ops *icsk_af_ops; argument