Home
last modified time | relevance | path

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

/net/packet/
Daf_packet.c2091 struct sockaddr_ll *sll; in packet_rcv() local
2151 sll = &PACKET_SKB_CB(skb)->sa.ll; in packet_rcv()
2152 sll->sll_hatype = dev->type; in packet_rcv()
2153 sll->sll_pkttype = skb->pkt_type; in packet_rcv()
2155 sll->sll_ifindex = orig_dev->ifindex; in packet_rcv()
2157 sll->sll_ifindex = dev->ifindex; in packet_rcv()
2159 sll->sll_halen = dev_parse_header(skb, sll->sll_addr); in packet_rcv()
2207 struct sockaddr_ll *sll; in tpacket_rcv() local
2421 sll = h.raw + TPACKET_ALIGN(hdrlen); in tpacket_rcv()
2422 sll->sll_halen = dev_parse_header(skb, sll->sll_addr); in tpacket_rcv()
[all …]
/net/openvswitch/
Dflow.c457 if (unlikely(!is_zero_ether_addr(key->ipv6.nd.sll))) in parse_icmpv6()
459 ether_addr_copy(key->ipv6.nd.sll, in parse_icmpv6()
478 memset(key->ipv6.nd.sll, 0, sizeof(key->ipv6.nd.sll)); in parse_icmpv6()
Dflow.h131 u8 sll[ETH_ALEN]; /* ND source link layer address. */ member
Dflow_netlink.c1721 SW_FLOW_KEY_MEMCPY(match, ipv6.nd.sll, in ovs_key_from_nlattrs()
2215 ether_addr_copy(nd_key->nd_sll, output->ipv6.nd.sll); in __ovs_nla_put_key()