Home
last modified time | relevance | path

Searched refs:sdiag_protocol (Results 1 – 12 of 12) sorted by relevance

/Linux-v5.4/include/uapi/linux/
Dinet_diag.h40 __u8 sdiag_protocol; member
57 __u8 sdiag_protocol; member
Dtipc_sockets_diag.h13 __u8 sdiag_protocol; /* must be 0 */ member
Dsock_diag.h12 __u8 sdiag_protocol; member
Dvm_sockets_diag.h12 __u8 sdiag_protocol; /* must be 0 */ member
Dunix_diag.h9 __u8 sdiag_protocol; member
Dnetlink_diag.h9 __u8 sdiag_protocol; member
Dxdp_diag.h14 __u8 sdiag_protocol; member
Dpacket_diag.h9 __u8 sdiag_protocol; member
/Linux-v5.4/net/netlink/
Ddiag.c192 if (req->sdiag_protocol == NDIAG_PROTO_ALL) { in netlink_diag_dump()
203 if (req->sdiag_protocol >= MAX_LINKS) in netlink_diag_dump()
206 err = __netlink_diag_dump(skb, cb, req->sdiag_protocol, s_num); in netlink_diag_dump()
/Linux-v5.4/net/ipv4/
Draw_diag.c242 BUILD_BUG_ON(__offset_mismatch(sdiag_protocol, sdiag_protocol)); in __check_inet_diag_req_raw()
Dinet_diag.c98 handler = inet_diag_table[req->sdiag_protocol]; in inet_sk_attr_size()
174 handler = inet_diag_table[req->sdiag_protocol]; in inet_sk_diag_fill()
514 handler = inet_diag_lock_handler(req->sdiag_protocol); in inet_diag_cmd_exact()
1053 handler = inet_diag_lock_handler(r->sdiag_protocol); in __inet_diag_dump()
1095 req.sdiag_protocol = inet_diag_type2proto(cb->nlh->nlmsg_type); in inet_diag_dump_compat()
1113 req.sdiag_protocol = inet_diag_type2proto(nlh->nlmsg_type); in inet_diag_get_exact_compat()
/Linux-v5.4/net/packet/
Ddiag.c235 if (req->sdiag_protocol) in packet_diag_handler_dump()