| /linux/net/core/ |
| H A D | dev_addr_lists.c | 52 unsigned char addr_type, bool global, bool sync) in __hw_addr_create() argument 64 ha->type = addr_type; in __hw_addr_create() 75 unsigned char addr_type, bool global, bool sync, in __hw_addr_add_ex() argument 90 diff = memcmp(&addr_type, &ha->type, sizeof(addr_type)); in __hw_addr_add_ex() 118 ha = __hw_addr_create(addr, addr_len, addr_type, global, sync); in __hw_addr_add_ex() 133 unsigned char addr_type) in __hw_addr_add() argument 135 return __hw_addr_add_ex(list, addr, addr_len, addr_type, false, false, in __hw_addr_add() 168 unsigned char addr_type) in __hw_addr_lookup() argument 178 if (diff == 0 && addr_type) in __hw_addr_lookup() 179 diff = memcmp(&addr_type, &ha->type, sizeof(addr_type)); in __hw_addr_lookup() [all …]
|
| H A D | flow_dissector.c | 315 ctrl->addr_type = type; in skb_flow_dissect_set_enc_control() 965 key_control->addr_type = FLOW_DISSECTOR_KEY_IPV4_ADDRS; in __skb_flow_bpf_to_target() 976 key_control->addr_type = FLOW_DISSECTOR_KEY_IPV6_ADDRS; in __skb_flow_bpf_to_target() 1223 key_control->addr_type = FLOW_DISSECTOR_KEY_IPV4_ADDRS; in __skb_flow_dissect() 1270 key_control->addr_type = FLOW_DISSECTOR_KEY_IPV6_ADDRS; in __skb_flow_dissect() 1436 key_control->addr_type = FLOW_DISSECTOR_KEY_TIPC; in __skb_flow_dissect() 1720 switch (flow->control.addr_type) { in flow_keys_hash_length() 1736 switch (flow->control.addr_type) { in flow_get_u32_src() 1752 switch (flow->control.addr_type) { in flow_get_u32_dst() 1771 switch (keys->control.addr_type) { in __flow_hash_consistentify() [all …]
|
| /linux/net/bluetooth/ |
| H A D | msft.c | 84 __u8 addr_type; member 118 __u8 addr_type; member 211 (struct hci_dev *hdev, u8 addr_type, bdaddr_t *addr, in msft_find_address_data() argument 219 addr_type == entry->addr_type && in msft_find_address_data() 229 bdaddr_t *bdaddr, __u8 addr_type, in msft_monitor_device_del() argument 242 addr_type == dev->addr_type))) { in msft_monitor_device_del() 246 dev->addr_type); in msft_monitor_device_del() 789 __u8 addr_type, __u16 mgmt_handle) in msft_device_found() argument 801 dev->addr_type = addr_type; in msft_device_found() 812 __u8 addr_type, __u16 mgmt_handle) in msft_device_lost() argument [all …]
|
| H A D | 6lowpan.c | 511 u8 addr_type; in bt_xmit() local 525 err = setup_header(skb, netdev, &addr, &addr_type); in bt_xmit() 534 netdev->name, &addr, addr_type, in bt_xmit() 968 static int get_l2cap_conn(char *buf, bdaddr_t *addr, u8 *addr_type, in get_l2cap_conn() argument 979 addr_type); in get_l2cap_conn() 989 *addr_type += 1; in get_l2cap_conn() 992 switch (*addr_type) { in get_l2cap_conn() 1140 u8 addr_type; in lowpan_control_write() local 1149 ret = get_l2cap_conn(&buf[8], &addr, &addr_type, &conn, false); in lowpan_control_write() 1177 addr_type); in lowpan_control_write() [all …]
|
| H A D | hci_core.c | 1182 u8 addr_type, u8 role) in hci_find_ltk() argument 1188 if (addr_type != k->bdaddr_type || bacmp(bdaddr, &k->bdaddr)) in hci_find_ltk() 1245 u8 addr_type) in hci_find_irk_by_addr() argument 1251 if (addr_type == ADDR_LE_DEV_RANDOM && (bdaddr->b[5] & 0xc0) != 0xc0) in hci_find_irk_by_addr() 1256 if (addr_type == irk->addr_type && in hci_find_irk_by_addr() 1323 u8 addr_type, u8 type, u8 authenticated, in hci_add_ltk() argument 1329 old_key = hci_find_ltk(hdev, bdaddr, addr_type, role); in hci_add_ltk() 1340 key->bdaddr_type = addr_type; in hci_add_ltk() 1352 u8 addr_type, u8 val[16], bdaddr_t *rpa) in hci_add_irk() argument 1356 irk = hci_find_irk_by_addr(hdev, bdaddr, addr_type); in hci_add_irk() [all …]
|
| H A D | smp.h | 95 __u8 addr_type; member 186 u8 addr_type);
|
| H A D | mgmt.c | 3061 u8 addr_type, struct sock *skip_sk) in device_unpaired() argument 3066 ev.addr.type = addr_type; in device_unpaired() 3116 u8 addr_type; in unpair_device() local 3169 addr_type = le_addr_type(cp->addr.type); in unpair_device() 3172 err = smp_cancel_and_remove_pairing(hdev, &cp->addr.bdaddr, addr_type); in unpair_device() 3180 conn = hci_conn_hash_lookup_le(hdev, &cp->addr.bdaddr, addr_type); in unpair_device() 3182 hci_conn_params_del(hdev, &cp->addr.bdaddr, addr_type); in unpair_device() 3193 params = hci_conn_params_lookup(hdev, &cp->addr.bdaddr, addr_type); in unpair_device() 3315 static u8 link_to_bdaddr(u8 link_type, u8 addr_type) in link_to_bdaddr() argument 3322 switch (addr_type) { in link_to_bdaddr() [all …]
|
| /linux/include/uapi/linux/ |
| H A D | ipmi.h | 54 int addr_type; member 66 int addr_type; member 77 int addr_type; member 90 int addr_type; member 116 int addr_type; member
|
| /linux/drivers/hwtracing/coresight/ |
| H A D | coresight-etm3x-sysfs.c | 84 config->addr_type[i] = ETM_ADDR_TYPE_NONE; in reset_store() 320 if (!(config->addr_type[idx] == ETM_ADDR_TYPE_NONE || in addr_single_show() 321 config->addr_type[idx] == ETM_ADDR_TYPE_SINGLE)) { in addr_single_show() 348 if (!(config->addr_type[idx] == ETM_ADDR_TYPE_NONE || in addr_single_store() 349 config->addr_type[idx] == ETM_ADDR_TYPE_SINGLE)) { in addr_single_store() 355 config->addr_type[idx] = ETM_ADDR_TYPE_SINGLE; in addr_single_store() 376 if (!((config->addr_type[idx] == ETM_ADDR_TYPE_NONE && in addr_range_show() 377 config->addr_type[idx + 1] == ETM_ADDR_TYPE_NONE) || in addr_range_show() 378 (config->addr_type[idx] == ETM_ADDR_TYPE_RANGE && in addr_range_show() 379 config->addr_type[idx + 1] == ETM_ADDR_TYPE_RANGE))) { in addr_range_show() [all …]
|
| /linux/net/ipv6/netfilter/ |
| H A D | ip6t_rpfilter.c | 22 int addr_type = ipv6_addr_type(addr); in rpfilter_addr_unicast() local 23 return addr_type & IPV6_ADDR_UNICAST; in rpfilter_addr_unicast() 28 int addr_type = ipv6_addr_type(addr); in rpfilter_addr_linklocal() local 29 return addr_type & IPV6_ADDR_LINKLOCAL; in rpfilter_addr_linklocal()
|
| /linux/net/rds/ |
| H A D | bind.c | 192 int addr_type; in rds_bind() local 196 addr_type = ipv6_addr_type(&sin6->sin6_addr); in rds_bind() 197 if (!(addr_type & IPV6_ADDR_UNICAST)) { in rds_bind() 200 if (!(addr_type & IPV6_ADDR_MAPPED)) in rds_bind() 213 if (addr_type & IPV6_ADDR_LINKLOCAL) { in rds_bind()
|
| /linux/net/l2tp/ |
| H A D | l2tp_ip6.c | 293 int addr_type; in l2tp_ip6_bind() 303 addr_type = ipv6_addr_type(&addr->l2tp_addr); in l2tp_ip6_bind() 306 if (addr_type == IPV6_ADDR_MAPPED) in l2tp_ip6_bind() 310 if (addr_type & IPV6_ADDR_MULTICAST) in l2tp_ip6_bind() 326 if (addr_type != IPV6_ADDR_ANY) { in l2tp_ip6_bind() 329 if (addr_type & IPV6_ADDR_LINKLOCAL) { in l2tp_ip6_bind() 393 int addr_type; in l2tp_ip6_connect() 403 addr_type = ipv6_addr_type(&usin->sin6_addr); in l2tp_ip6_connect() 404 if (addr_type & IPV6_ADDR_MULTICAST) in l2tp_ip6_connect() 407 if (addr_type in l2tp_ip6_connect() 292 int addr_type; l2tp_ip6_bind() local 392 int addr_type; l2tp_ip6_connect() local [all...] |
| /linux/include/net/bluetooth/ |
| H A D | hci_core.h | 219 u8 addr_type; member 297 __u8 addr_type; member 807 u8 addr_type; member 1833 bdaddr_t *addr, u8 addr_type); 1835 bdaddr_t *addr, u8 addr_type); 1836 void hci_conn_params_del(struct hci_dev *hdev, bdaddr_t *addr, u8 addr_type); 1845 u8 addr_type); 1856 u8 addr_type, u8 type, u8 authenticated, 1859 u8 addr_type, u8 role); 1866 u8 addr_type); [all …]
|
| /linux/net/netfilter/ |
| H A D | xt_addrtype.c | 71 int addr_type = ipv6_addr_type(addr); in match_type6() local 74 !(addr_type & IPV6_ADDR_MULTICAST)) in match_type6() 76 if ((mask & XT_ADDRTYPE_UNICAST) && !(addr_type & IPV6_ADDR_UNICAST)) in match_type6() 78 if ((mask & XT_ADDRTYPE_UNSPEC) && addr_type != IPV6_ADDR_ANY) in match_type6()
|
| /linux/drivers/net/ethernet/mediatek/ |
| H A D | mtk_ppe_offload.c | 259 u16 addr_type = 0; in mtk_flow_offload_replace() local 290 addr_type = match.key->addr_type; in mtk_flow_offload_replace() 308 switch (addr_type) { in mtk_flow_offload_replace() 401 if (addr_type == FLOW_DISSECTOR_KEY_IPV4_ADDRS) { in mtk_flow_offload_replace() 412 if (addr_type == FLOW_DISSECTOR_KEY_IPV6_ADDRS) { in mtk_flow_offload_replace() 449 if (addr_type == FLOW_DISSECTOR_KEY_IPV4_ADDRS) { in mtk_flow_offload_replace()
|
| /linux/drivers/net/ipvlan/ |
| H A D | ipvlan_l3s.c | 20 int addr_type; in ipvlan_skb_to_addr() local 30 lyr3h = ipvlan_get_L3_hdr(port, skb, &addr_type); in ipvlan_skb_to_addr() 34 addr = ipvlan_addr_lookup(port, lyr3h, addr_type, true); in ipvlan_skb_to_addr()
|
| /linux/drivers/char/ipmi/ |
| H A D | ipmi_msghandler.c | 671 return addr->addr_type == IPMI_LAN_ADDR_TYPE; in is_lan_addr() 676 return addr->addr_type == IPMI_IPMB_ADDR_TYPE; in is_ipmb_addr() 681 return addr->addr_type == IPMI_IPMB_BROADCAST_ADDR_TYPE; in is_ipmb_bcast_addr() 686 return addr->addr_type == IPMI_IPMB_DIRECT_ADDR_TYPE; in is_ipmb_direct_addr() 829 if (addr1->addr_type != addr2->addr_type) in ipmi_addr_equal() 835 if (addr1->addr_type == IPMI_SYSTEM_INTERFACE_ADDR_TYPE) { in ipmi_addr_equal() 885 if (addr->addr_type == IPMI_SYSTEM_INTERFACE_ADDR_TYPE) { in ipmi_validate_addr() 929 unsigned int ipmi_addr_length(int addr_type) in ipmi_addr_length() argument 931 if (addr_type == IPMI_SYSTEM_INTERFACE_ADDR_TYPE) in ipmi_addr_length() 934 if ((addr_type == IPMI_IPMB_ADDR_TYPE) in ipmi_addr_length() [all …]
|
| /linux/drivers/peci/ |
| H A D | request.c | 361 __ep_mmio_read(struct peci_device *device, u8 bar, u8 addr_type, u8 seg, in __ep_mmio_read() argument 377 req->tx.buf[6] = addr_type; in __ep_mmio_read() 382 if (addr_type == PECI_ENDPTCFG_ADDR_TYPE_MMIO_D) in __ep_mmio_read() 471 #define __read_ep_mmio(x, y, addr_type, type1, type2) \ argument 475 return __ep_mmio_read(device, bar, addr_type, seg, bus, dev, func, \
|
| /linux/include/net/ |
| H A D | ieee802154_netdev.h | 26 IEEE802154_REQUIRED_SIZE(struct ieee802154_addr_sa, addr_type)) 331 switch (sa->addr_type) { in ieee802154_sockaddr_check_size() 352 a->mode = sa->addr_type; in ieee802154_addr_from_sa() 368 sa->addr_type = a->mode; in ieee802154_addr_to_sa()
|
| H A D | ndisc.h | 205 int addr_type, u32 addr_flags, 275 int addr_type, u32 addr_flags, in ndisc_ops_prefix_rcv_add_addr() argument 283 addr, addr_type, in ndisc_ops_prefix_rcv_add_addr()
|
| H A D | af_ieee802154.h | 28 int addr_type; member
|
| /linux/net/6lowpan/ |
| H A D | ndisc.c | 193 int addr_type, u32 addr_flags, in lowpan_ndisc_prefix_rcv_add_addr() argument 205 addr, addr_type, addr_flags, in lowpan_ndisc_prefix_rcv_add_addr()
|
| /linux/drivers/ras/amd/ |
| H A D | fmpm.c | 99 u32 addr_type; member 274 if (old->addr_type != new->addr_type) in fpds_equal() 360 fpd.addr_type = FPD_ADDR_TYPE_MCA_ADDR; in update_fru_record() 448 if (fpd->addr_type != FPD_ADDR_TYPE_MCA_ADDR) in retire_mem_fmp()
|
| /linux/drivers/s390/cio/ |
| H A D | ioasm.c | 177 typedef struct { char _[4096]; } addr_type; in chsc() typedef 187 : CC_OUT(cc, cc), "+m" (*(addr_type *)chsc_area), [exc] "+d" (exception) in chsc()
|
| /linux/include/linux/ |
| H A D | netfilter_ipv4.h | 19 int ip_route_me_harder(struct net *net, struct sock *sk, struct sk_buff *skb, unsigned addr_type);
|