Home
last modified time | relevance | path

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

/openbmc/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
/openbmc/linux/net/ipv4/netfilter/
H A Dnf_nat_pptp.c145 cid_off = offsetof(union pptp_ctrl_union, ocreq.callID); in pptp_outbound_pkt()
162 cid_off = offsetof(union pptp_ctrl_union, icack.callID); in pptp_outbound_pkt()
165 cid_off = offsetof(union pptp_ctrl_union, clrreq.callID); in pptp_outbound_pkt()
264 pcid_off = offsetof(union pptp_ctrl_union, disc.callID); in pptp_inbound_pkt()
/openbmc/linux/net/netfilter/
H A Dnf_conntrack_pptp.c296 cid = pptpReq->ocack.callID; in pptp_inbound_pkt()
316 cid = pptpReq->icreq.callID; in pptp_inbound_pkt()
345 cid = pptpReq->disc.callID; in pptp_inbound_pkt()
413 cid = pptpReq->ocreq.callID; in pptp_outbound_pkt()
424 cid = pptpReq->icack.callID; in pptp_outbound_pkt()