Home
last modified time | relevance | path

Searched refs:callID (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/netfilter/
H A Dnf_conntrack_pptp.h184 __be16 callID; member
208 __be16 callID; member
220 __be16 callID; member
237 __be16 callID; member
256 __be16 callID; member
261 __be16 callID; member
/linux/net/ipv4/netfilter/
H A Dnf_nat_pptp.c149 cid_off = offsetof(union pptp_ctrl_union, ocreq.callID); in pptp_outbound_pkt()
166 cid_off = offsetof(union pptp_ctrl_union, icack.callID); in pptp_outbound_pkt()
169 cid_off = offsetof(union pptp_ctrl_union, clrreq.callID); in pptp_outbound_pkt()
270 pcid_off = offsetof(union pptp_ctrl_union, disc.callID); in pptp_inbound_pkt()
/linux/net/netfilter/
H A Dnf_conntrack_pptp.c236 cid = pptpReq->ocack.callID; in exp_gre()
256 cid = pptpReq->icreq.callID; in pptp_inbound_pkt()
285 cid = pptpReq->disc.callID; in pptp_inbound_pkt()
356 cid = pptpReq->ocreq.callID; in pptp_inbound_pkt()
367 cid = pptpReq->icack.callID; in pptp_inbound_pkt()