Home
last modified time | relevance | path

Searched refs:physindev (Results 1 – 4 of 4) sorted by relevance

/third_party/iptables/extensions/
Dlibxt_physdev.c27 .flags = XTOPT_INVERT | XTOPT_PUT, XTOPT_POINTER(s, physindev)},
47 xtables_parse_interface(cb->arg, info->physindev, in physdev_parse()
95 (info->invert & XT_PHYSDEV_OP_IN) ? " !":"", info->physindev); in physdev_print()
118 info->physindev); in physdev_save()
/third_party/iptables/include/linux/netfilter/
Dxt_physdev.h15 char physindev[IFNAMSIZ]; member
/third_party/libnl/lib/netfilter/
Dqueue_msg_obj.c345 uint32_t physindev) in nfnl_queue_msg_set_physindev() argument
347 msg->queue_msg_physindev = physindev; in nfnl_queue_msg_set_physindev()
471 __ADD(QUEUE_MSG_ATTR_PHYSINDEV, physindev),
Dlog_msg_obj.c301 void nfnl_log_msg_set_physindev(struct nfnl_log_msg *msg, uint32_t physindev) in nfnl_log_msg_set_physindev() argument
303 msg->log_msg_physindev = physindev; in nfnl_log_msg_set_physindev()