Home
last modified time | relevance | path

Searched refs:sll (Results 1 – 4 of 4) sorted by relevance

/net/packet/
Daf_packet.c2127 struct sockaddr_ll *sll; in packet_rcv() local
2187 sll = &PACKET_SKB_CB(skb)->sa.ll; in packet_rcv()
2188 sll->sll_hatype = dev->type; in packet_rcv()
2189 sll->sll_pkttype = skb->pkt_type; in packet_rcv()
2191 sll->sll_ifindex = orig_dev->ifindex; in packet_rcv()
2193 sll->sll_ifindex = dev->ifindex; in packet_rcv()
2195 sll->sll_halen = dev_parse_header(skb, sll->sll_addr); in packet_rcv()
2244 struct sockaddr_ll *sll; in tpacket_rcv() local
2459 sll = h.raw + TPACKET_ALIGN(hdrlen); in tpacket_rcv()
2460 sll->sll_halen = dev_parse_header(skb, sll->sll_addr); in tpacket_rcv()
[all …]
/net/openvswitch/
Dflow.c598 if (unlikely(!is_zero_ether_addr(key->ipv6.nd.sll))) in parse_icmpv6()
600 ether_addr_copy(key->ipv6.nd.sll, in parse_icmpv6()
619 memset(key->ipv6.nd.sll, 0, sizeof(key->ipv6.nd.sll)); in parse_icmpv6()
Dflow.h145 u8 sll[ETH_ALEN]; /* ND source link layer address. */ member
Dflow_netlink.c1742 SW_FLOW_KEY_MEMCPY(match, ipv6.nd.sll, in ovs_key_from_nlattrs()
2244 ether_addr_copy(nd_key->nd_sll, output->ipv6.nd.sll); in __ovs_nla_put_key()