OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:origdst_port_high
(Results
1 - 2
of
2
) sorted by null
/external/iptables/include/linux/netfilter/
xt_conntrack.h
72
__u16 origsrc_port_high,
origdst_port_high
;
member in struct:xt_conntrack_mtinfo3
/external/iptables/extensions/
libxt_conntrack.c
433
info->
origdst_port_high
= cb->val.port_range[cb->nvals >= 2];
481
up.
origdst_port_high
= up.origdst_port;
487
up.origdst_port != up.
origdst_port_high
||
507
up.
origdst_port_high
= up.origdst_port;
513
up.origdst_port != up.
origdst_port_high
||
817
v3 ? info->
origdst_port_high
: 0);
Completed in 455 milliseconds