Home
last modified time | relevance | path

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

/linux-5.19.10/include/uapi/linux/
Datmclip.h14 #define RFC1483LLC_LEN 8 /* LLC+OUI+PID = 8 */ macro
/linux-5.19.10/net/atm/
Dclip.c220 skb->len < RFC1483LLC_LEN || in clip_push()
225 skb_pull(skb, RFC1483LLC_LEN); in clip_push()
381 here = skb_push(skb, RFC1483LLC_LEN); in clip_start_xmit()
499 dev->hard_header_len = RFC1483LLC_LEN; in clip_setup()
/linux-5.19.10/net/sched/
Dsch_atm.c240 hdr_len = RFC1483LLC_LEN; in atm_tc_change()