OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:origsrc_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
426
info->
origsrc_port_high
= cb->val.port_range[cb->nvals >= 2];
480
up.
origsrc_port_high
= up.origsrc_port;
486
if (up.origsrc_port != up.
origsrc_port_high
||
506
up.
origsrc_port_high
= up.origsrc_port;
512
if (up.origsrc_port != up.
origsrc_port_high
||
809
v3 ? info->
origsrc_port_high
: 0);
Completed in 535 milliseconds