| /OK3568_Linux_fs/kernel/net/atm/ |
| H A D | mpc.c | 101 static struct llc_snap_hdr llc_snap_mpoa_ctrl = { 106 static struct llc_snap_hdr llc_snap_mpoa_data = { 111 static struct llc_snap_hdr llc_snap_mpoa_data_tagged = { 500 struct llc_snap_hdr hdr; in send_via_shortcut() 553 skb_push(skb, sizeof(struct llc_snap_hdr)); in send_via_shortcut() 556 sizeof(struct llc_snap_hdr)); in send_via_shortcut() 703 sizeof(struct llc_snap_hdr)) == 0) { in mpc_push() 723 sizeof(struct llc_snap_hdr)) == 0) { /* MPOA tagged data */ in mpc_push() 727 sizeof(struct llc_snap_hdr)) == 0) { /* MPOA data */ in mpc_push() 738 tmp = skb->data + sizeof(struct llc_snap_hdr); in mpc_push() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | bcmproto.h | 75 static const uint8 llc_snap_hdr[SNAP_HDR_LEN] = {0xaa, 0xaa, 0x03, 0x00, 0x00, 0x00}; variable 106 if (bcmp(&sh->dsap, llc_snap_hdr, SNAP_HDR_LEN) == 0) { in hnd_frame_proto()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | bcmproto.h | 75 static const uint8 llc_snap_hdr[SNAP_HDR_LEN] = {0xaa, 0xaa, 0x03, 0x00, 0x00, 0x00}; variable 106 if (bcmp(&sh->dsap, llc_snap_hdr, SNAP_HDR_LEN) == 0) { in hnd_frame_proto()
|
| /OK3568_Linux_fs/kernel/net/openvswitch/ |
| H A D | flow.c | 369 struct llc_snap_hdr { in parse_ethertype() struct 376 struct llc_snap_hdr *llc; in parse_ethertype() 385 if (skb->len < sizeof(struct llc_snap_hdr)) in parse_ethertype() 388 if (unlikely(!pskb_may_pull(skb, sizeof(struct llc_snap_hdr)))) in parse_ethertype() 391 llc = (struct llc_snap_hdr *) skb->data; in parse_ethertype() 397 __skb_pull(skb, sizeof(struct llc_snap_hdr)); in parse_ethertype()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | atmmpc.h | 64 struct llc_snap_hdr { struct
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | atmmpc.h | 64 struct llc_snap_hdr { struct
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | atmmpc.h | 64 struct llc_snap_hdr { struct
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | bcm_l2_filter.c | 188 !bcmp(llc_snap_hdr, frame + ETHER_HDR_LEN, SNAP_HDR_LEN)) { in get_pkt_ether_type() 617 bcopy(llc_snap_hdr, frame + ETHER_HDR_LEN, SNAP_HDR_LEN); in bcm_l2_filter_proxyarp_alloc_reply()
|
| H A D | dhd_wet.c | 225 static uint8 llc_snap_hdr[SNAP_HDR_LEN] = {0xaa, 0xaa, 0x03, 0x00, 0x00, 0x00}; variable 287 if (bcmp(llc_snap_hdr, llc, SNAP_HDR_LEN)) in BCMFASTPATH()
|
| H A D | dhd_ip.c | 47 static const uint8 llc_snap_hdr[SNAP_HDR_LEN] = {0xaa, 0xaa, 0x03, 0x00, 0x00, 0x00}; variable 72 !bcmp(llc_snap_hdr, frame + ETHER_HDR_LEN, SNAP_HDR_LEN)) { in pkt_frag_info()
|
| H A D | dhd_linux.c | 27452 if (bcmp(&sh->dsap, llc_snap_hdr, SNAP_HDR_LEN) == 0) {
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | bcm_l2_filter.c | 188 !bcmp(llc_snap_hdr, frame + ETHER_HDR_LEN, SNAP_HDR_LEN)) { in get_pkt_ether_type() 617 bcopy(llc_snap_hdr, frame + ETHER_HDR_LEN, SNAP_HDR_LEN); in bcm_l2_filter_proxyarp_alloc_reply()
|
| H A D | dhd_wet.c | 225 static uint8 llc_snap_hdr[SNAP_HDR_LEN] = {0xaa, 0xaa, 0x03, 0x00, 0x00, 0x00}; variable 287 if (bcmp(llc_snap_hdr, llc, SNAP_HDR_LEN)) in BCMFASTPATH()
|
| H A D | dhd_ip.c | 47 static const uint8 llc_snap_hdr[SNAP_HDR_LEN] = {0xaa, 0xaa, 0x03, 0x00, 0x00, 0x00}; variable 72 !bcmp(llc_snap_hdr, frame + ETHER_HDR_LEN, SNAP_HDR_LEN)) { in pkt_frag_info()
|
| H A D | dhd_linux.c | 27571 if (bcmp(&sh->dsap, llc_snap_hdr, SNAP_HDR_LEN) == 0) {
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dhd_ip.c | 51 static const uint8 llc_snap_hdr[SNAP_HDR_LEN] = {0xaa, 0xaa, 0x03, 0x00, 0x00, 0x00}; variable 76 !bcmp(llc_snap_hdr, frame + ETHER_HDR_LEN, SNAP_HDR_LEN)) { in pkt_frag_info()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | dhd_ip.c | 52 static const uint8 llc_snap_hdr[SNAP_HDR_LEN] = {0xaa, 0xaa, 0x03, 0x00, 0x00, 0x00}; variable 77 !bcmp(llc_snap_hdr, frame + ETHER_HDR_LEN, SNAP_HDR_LEN)) { in pkt_frag_info()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | dhd_ip.c | 52 static const uint8 llc_snap_hdr[SNAP_HDR_LEN] = {0xaa, 0xaa, 0x03, 0x00, 0x00, 0x00}; variable 77 !bcmp(llc_snap_hdr, frame + ETHER_HDR_LEN, SNAP_HDR_LEN)) { in pkt_frag_info()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | dhd_ip.c | 52 static const uint8 llc_snap_hdr[SNAP_HDR_LEN] = {0xaa, 0xaa, 0x03, 0x00, 0x00, 0x00}; variable 77 !bcmp(llc_snap_hdr, frame + ETHER_HDR_LEN, SNAP_HDR_LEN)) { in pkt_frag_info()
|