Home
last modified time | relevance | path

Searched refs:PPP_PROTOCOL (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ppp/
H A Dppp_mppe.c289 proto = PPP_PROTOCOL(ibuf); in mppe_compress()
558 (PPP_PROTOCOL(ibuf) >= 0x0021 && PPP_PROTOCOL(ibuf) <= 0x00fa)) in mppe_incomp()
561 "(proto %04x)\n", state->unit, PPP_PROTOCOL(ibuf)); in mppe_incomp()
H A Dppp_deflate.c194 proto = PPP_PROTOCOL(rptr); in z_compress()
523 proto = PPP_PROTOCOL(ibuf); in z_incomp()
H A Dbsd_comp.c614 ent = PPP_PROTOCOL(rptr); in bsd_compress()
/linux/include/uapi/linux/
H A Dppp_defs.h25 #define PPP_PROTOCOL(p) ((((__u8 *)(p))[2] << 8) + ((__u8 *)(p))[3]) macro
/linux/net/core/
H A Dflow_dissector.c751 switch (PPP_PROTOCOL(ppp_hdr)) { in __skb_flow_dissect_gre()