Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnf_conntrack_sip.c200 *port = htons(SIP_PORT); in sip_parse_port()
1805 ports[ports_c++] = SIP_PORT;
1809 HELPER_NAME, SIP_PORT, ports[i], i,
1813 HELPER_NAME, SIP_PORT, ports[i], i,
1817 HELPER_NAME, SIP_PORT, ports[i], i,
1821 HELPER_NAME, SIP_PORT, ports[i], i,
/linux/include/linux/netfilter/
H A Dnf_conntrack_sip.h9 #define SIP_PORT 5060 macro