Searched refs:PPP_PROTOCOL (Results 1 – 3 of 3) sorted by relevance
25 #define PPP_PROTOCOL(p) ((((__u8 *)(p))[2] << 8) + ((__u8 *)(p))[3]) macro
195 proto = PPP_PROTOCOL(rptr); in z_compress()524 proto = PPP_PROTOCOL(ibuf); in z_incomp()
751 switch (PPP_PROTOCOL(ppp_hdr)) { in __skb_flow_dissect_gre()