Searched refs:callid (Results 1 – 2 of 2) sorted by relevance
| /linux/net/netfilter/ipvs/ |
| H A D | ip_vs_pe_sip.c | 13 const char *callid, size_t callid_len, in ip_vs_dbg_callid() 18 memcpy(buf + *idx, callid, len); in ip_vs_dbg_callid() 24 #define IP_VS_DEBUG_CALLID(callid, len) \ 26 callid, len, &ip_vs_dbg_idx) 33 /* Find callid */ in get_callid() 59 IP_VS_DBG_BUF(9, "SIP callid %s (%d bytes)\n", in get_callid() 14 ip_vs_dbg_callid(char * buf,size_t buf_len,const char * callid,size_t callid_len,int * idx) ip_vs_dbg_callid() argument 25 IP_VS_DEBUG_CALLID(callid,len) global() argument
|
| /linux/net/netfilter/ |
| H A D | nf_conntrack_pptp.c | 187 static int exp_gre(struct nf_conn *ct, __be16 callid, __be16 peer_callid) in exp_gre() argument 208 IPPROTO_GRE, &peer_callid, &callid); in exp_gre() 217 IPPROTO_GRE, &callid, &peer_callid); in exp_gre()
|