Home
last modified time | relevance | path

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

/linux/drivers/net/ppp/
A Dppp_mppe.c346 proto = PPP_PROTOCOL(ibuf); in mppe_compress()
615 (PPP_PROTOCOL(ibuf) >= 0x0021 && PPP_PROTOCOL(ibuf) <= 0x00fa)) in mppe_incomp()
618 "(proto %04x)\n", state->unit, PPP_PROTOCOL(ibuf)); in mppe_incomp()
A Dppp_deflate.c195 proto = PPP_PROTOCOL(rptr); in z_compress()
524 proto = PPP_PROTOCOL(ibuf); in z_incomp()
A Dbsd_comp.c615 ent = PPP_PROTOCOL(rptr); in bsd_compress()
A Dpptp.c306 (PPP_PROTOCOL(payload) == PPP_LCP) && in pptp_rcv_core()
/linux/include/uapi/linux/
A Dppp_defs.h25 #define PPP_PROTOCOL(p) ((((__u8 *)(p))[2] << 8) + ((__u8 *)(p))[3]) macro
/linux/net/core/
A Dflow_dissector.c623 switch (PPP_PROTOCOL(ppp_hdr)) { in __skb_flow_dissect_gre()

Completed in 12 milliseconds