Searched refs:sll (Results 1 – 4 of 4) sorted by relevance
2186 struct sockaddr_ll *sll; in packet_rcv() local2246 sll = &PACKET_SKB_CB(skb)->sa.ll; in packet_rcv()2247 sll->sll_hatype = dev->type; in packet_rcv()2248 sll->sll_pkttype = skb->pkt_type; in packet_rcv()2250 sll->sll_ifindex = orig_dev->ifindex; in packet_rcv()2252 sll->sll_ifindex = dev->ifindex; in packet_rcv()2254 sll->sll_halen = dev_parse_header(skb, sll->sll_addr); in packet_rcv()2303 struct sockaddr_ll *sll; in tpacket_rcv() local2524 sll = h.raw + TPACKET_ALIGN(hdrlen); in tpacket_rcv()2525 sll->sll_halen = dev_parse_header(skb, sll->sll_addr); in tpacket_rcv()[all …]
602 if (unlikely(!is_zero_ether_addr(key->ipv6.nd.sll))) in parse_icmpv6()604 ether_addr_copy(key->ipv6.nd.sll, in parse_icmpv6()623 memset(key->ipv6.nd.sll, 0, sizeof(key->ipv6.nd.sll)); in parse_icmpv6()
145 u8 sll[ETH_ALEN]; /* ND source link layer address. */ member
1744 SW_FLOW_KEY_MEMCPY(match, ipv6.nd.sll, in ovs_key_from_nlattrs()2246 ether_addr_copy(nd_key->nd_sll, output->ipv6.nd.sll); in __ovs_nla_put_key()