Searched defs:subsys_id (Results 1 – 6 of 6) sorted by relevance
/external/libnetfilter_conntrack/src/ |
D | main.c | 16 uint8_t subsys_id, in nfct_open_nfnl() 24 uint8_t subsys_id, in nfct_open_nfnl2() 92 struct nfct_handle *nfct_open(uint8_t subsys_id, unsigned subscriptions) in nfct_open() 124 struct nfct_handle *nfct_open2(uint8_t subsys_id, unsigned subscriptions, int fd) in nfct_open2()
|
/external/libnl/lib/netfilter/ |
D | nfnl.c | 111 int nfnl_send_simple(struct nl_sock *sk, uint8_t subsys_id, uint8_t type, in nfnl_send_simple() 204 struct nl_msg *nfnlmsg_alloc_simple(uint8_t subsys_id, uint8_t type, int flags, in nfnlmsg_alloc_simple() 235 uint8_t subsys_id, uint8_t type, int flags, uint8_t family, in nfnlmsg_put()
|
/external/strace/ |
D | netlink_netfilter.c | 59 const uint8_t subsys_id = (uint8_t) (nlmsghdr->nlmsg_type >> 8); in decode_netlink_netfilter() local
|
D | netlink.c | 180 const uint8_t subsys_id = (uint8_t) (type >> 8); in decode_nlmsg_type_netfilter() local 267 const uint8_t subsys_id = (uint8_t) (type >> 8); in decode_nlmsg_flags_netfilter() local
|
/external/libnfnetlink/src/ |
D | libnfnetlink.c | 76 u_int8_t subsys_id; member 317 nfnl_subsys_open(struct nfnl_handle *nfnlh, u_int8_t subsys_id, in nfnl_subsys_open() 340 nfnl_subsys_open2(struct nfnl_handle *nfnlh, u_int8_t subsys_id, in nfnl_subsys_open2() 1246 u_int8_t subsys_id = NFNL_SUBSYS_ID(nlh->nlmsg_type); in nfnl_check_attributes() local 1297 u_int8_t subsys_id = NFNL_SUBSYS_ID(nlh->nlmsg_type); in __nfnl_handle_msg() local 1370 u_int8_t subsys_id = NFNL_SUBSYS_ID(nlh->nlmsg_type); in nfnl_step() local
|
/external/libnfnetlink/include/libnfnetlink/ |
D | linux_nfnetlink.h | 68 __u8 subsys_id; /* nfnetlink subsystem ID */ member
|