Searched defs:inet_diag_handler (Results 1 – 4 of 4) sorted by relevance
| /kernel/linux/linux-5.10/include/linux/ |
| D | inet_diag.h | 10 struct inet_diag_handler { struct 11 void (*dump)(struct sk_buff *skb, 15 int (*dump_one)(struct netlink_callback *cb, 18 void (*idiag_get_info)(struct sock *sk, 22 int (*idiag_get_aux)(struct sock *sk, 26 size_t (*idiag_get_aux_size)(struct sock *sk, 29 int (*destroy)(struct sk_buff *in_skb, 32 __u16 idiag_type; 33 __u16 idiag_info_size;
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | inet_diag.h | 10 struct inet_diag_handler { struct 11 void (*dump)(struct sk_buff *skb, 15 int (*dump_one)(struct netlink_callback *cb, 18 void (*idiag_get_info)(struct sock *sk, 22 int (*idiag_get_aux)(struct sock *sk, 26 size_t (*idiag_get_aux_size)(struct sock *sk, 29 int (*destroy)(struct sk_buff *in_skb, 32 __u16 idiag_type; 33 __u16 idiag_info_size;
|
| /kernel/linux/linux-5.10/net/ipv4/ |
| D | inet_diag.c | 1393 static const struct sock_diag_handler inet_diag_handler = { variable
|
| /kernel/linux/linux-6.6/net/ipv4/ |
| D | inet_diag.c | 1399 static const struct sock_diag_handler inet_diag_handler = { variable
|