Searched refs:IFLA_BR_NF_CALL_IPTABLES (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/net/bridge/ |
H A D | br_netlink.c | 1086 [IFLA_BR_NF_CALL_IPTABLES] = { .type = NLA_U8 }, 1332 if (data[IFLA_BR_NF_CALL_IPTABLES]) { in br_changelink() 1333 u8 val = nla_get_u8(data[IFLA_BR_NF_CALL_IPTABLES]); in br_changelink() 1434 nla_total_size(sizeof(u8)) + /* IFLA_BR_NF_CALL_IPTABLES */ in br_get_size() 1550 if (nla_put_u8(skb, IFLA_BR_NF_CALL_IPTABLES, in br_fill_info()
|
/kernel/linux/linux-6.6/net/bridge/ |
H A D | br_netlink.c | 1257 [IFLA_BR_NF_CALL_IPTABLES] = { .type = NLA_U8 }, 1514 if (data[IFLA_BR_NF_CALL_IPTABLES]) { in br_changelink() 1515 u8 val = nla_get_u8(data[IFLA_BR_NF_CALL_IPTABLES]); in br_changelink() 1617 nla_total_size(sizeof(u8)) + /* IFLA_BR_NF_CALL_IPTABLES */ in br_get_size() 1736 if (nla_put_u8(skb, IFLA_BR_NF_CALL_IPTABLES, in br_fill_info()
|
/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
H A D | if_link.h | 284 IFLA_BR_NF_CALL_IPTABLES, enumerator
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | if_link.h | 463 IFLA_BR_NF_CALL_IPTABLES, enumerator
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | if_link.h | 501 IFLA_BR_NF_CALL_IPTABLES, enumerator
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | if_link.h | 225 IFLA_BR_NF_CALL_IPTABLES, enumerator
|
/kernel/linux/linux-6.6/tools/include/uapi/linux/ |
H A D | if_link.h | 475 IFLA_BR_NF_CALL_IPTABLES, enumerator
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | if_link.h | 225 IFLA_BR_NF_CALL_IPTABLES, enumerator
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | if_link.h | 208 IFLA_BR_NF_CALL_IPTABLES, enumerator
|
Completed in 32 milliseconds