Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h122446 struct inet_connection_sock_af_ops { struct
122447 int (*queue_xmit)(struct sock *, struct sk_buff *, struct flowi *);
122448 void (*send_check)(struct sock *, struct sk_buff *);
122449 int (*rebuild_header)(struct sock *);
122450 void (*sk_rx_dst_set)(struct sock *, const struct sk_buff *);
122451 int (*conn_request)(struct sock *, struct sk_buff *);
122452 …ock *, struct sk_buff *, struct request_sock *, struct dst_entry *, struct request_sock *, bool *);
122453 u16 net_header_len;
122454 u16 net_frag_header_len;
122455 u16 sockaddr_len;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h130081 struct inet_connection_sock_af_ops { struct
130082 int (*queue_xmit)(struct sock *, struct sk_buff *, struct flowi *);
130083 void (*send_check)(struct sock *, struct sk_buff *);
130084 int (*rebuild_header)(struct sock *);
130085 void (*sk_rx_dst_set)(struct sock *, const struct sk_buff *);
130086 int (*conn_request)(struct sock *, struct sk_buff *);
130087 …ock *, struct sk_buff *, struct request_sock *, struct dst_entry *, struct request_sock *, bool *);
130088 u16 net_header_len;
130089 u16 net_frag_header_len;
130090 u16 sockaddr_len;
[all …]