hippi_hdr          34 include/uapi/linux/if_hippi.h #define HIPPI_HLEN	sizeof(struct hippi_hdr)
hippi_hdr          46 net/802/hippi.c 	struct hippi_hdr *hip = skb_push(skb, HIPPI_HLEN);
hippi_hdr          95 net/802/hippi.c 	struct hippi_hdr *hip;
hippi_hdr         103 net/802/hippi.c 	hip = (struct hippi_hdr *)skb_mac_header(skb);