Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/netfilter/
Dnf_conntrack_h323_types.h601 typedef struct H323_UU_PDU { /* SEQUENCE */ struct
616 } H323_UU_PDU; typedef
622 H323_UU_PDU h323_uu_pdu;
/linux-4.4.14/net/netfilter/
Dnf_conntrack_h323_types.c1491 offsetof(H323_UU_PDU, h323_message_body),
1499 offsetof(H323_UU_PDU, h245Control), _H323_UU_PDU_h245Control},
Dnf_conntrack_h323_main.c1105 H323_UU_PDU *pdu = &q931->UUIE.h323_uu_pdu; in process_q931()