Home
last modified time | relevance | path

Searched refs:NFNL_SUBSYS_ID (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/uapi/linux/netfilter/
H A Dnfnetlink.h46 #define NFNL_SUBSYS_ID(x) ((x & 0xff00) >> 8) macro
/openbmc/linux/net/netfilter/
H A Dnfnetlink.c149 u8 subsys_id = NFNL_SUBSYS_ID(type); in nfnetlink_get_subsys()
236 request_module("nfnetlink-subsys-%d", NFNL_SUBSYS_ID(type)); in nfnetlink_rcv_msg()
260 __u8 subsys_id = NFNL_SUBSYS_ID(type); in nfnetlink_rcv_msg()
475 if (NFNL_SUBSYS_ID(type) != subsys_id) { in nfnetlink_rcv_batch()