Searched refs:sll (Results 1 – 4 of 4) sorted by relevance
| /net/packet/ |
| A D | af_packet.c | 2173 struct sockaddr_ll *sll; in packet_rcv() local 2233 sll->sll_hatype = dev->type; in packet_rcv() 2240 sll->sll_halen = dev_parse_header(skb, sll->sll_addr); in packet_rcv() 2287 struct sockaddr_ll *sll; in tpacket_rcv() local 2508 sll->sll_halen = dev_parse_header(skb, sll->sll_addr); in tpacket_rcv() 2509 sll->sll_family = AF_PACKET; in tpacket_rcv() 2510 sll->sll_hatype = dev->type; in tpacket_rcv() 3371 return packet_do_bind(sk, NULL, sll->sll_ifindex, sll->sll_protocol); in packet_bind() 3661 sll->sll_ifindex = ifindex; in packet_getname() 3663 sll->sll_pkttype = 0; in packet_getname() [all …]
|
| /net/openvswitch/ |
| A D | flow.c | 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()
|
| A D | flow.h | 145 u8 sll[ETH_ALEN]; /* ND source link layer address. */ member
|
| A D | flow_netlink.c | 1757 SW_FLOW_KEY_MEMCPY(match, ipv6.nd.sll, in ovs_key_from_nlattrs() 2259 ether_addr_copy(nd_key->nd_sll, output->ipv6.nd.sll); in __ovs_nla_put_key()
|
Completed in 24 milliseconds