| /linux-6.15/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() 90 diff = memcmp(&addr_type, &ha->type, sizeof(addr_type)); in __hw_addr_add_ex() 133 unsigned char addr_type) in __hw_addr_add() argument 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() 205 unsigned char addr_type) in __hw_addr_del() argument 600 unsigned char addr_type) in dev_addr_add() argument 628 unsigned char addr_type) in dev_addr_del() argument [all …]
|
| /linux-6.15/net/bluetooth/ |
| H A D | msft.c | 84 __u8 addr_type; member 118 __u8 addr_type; member 219 addr_type == entry->addr_type && in msft_find_address_data() 242 addr_type == dev->addr_type))) { in msft_monitor_device_del() 246 dev->addr_type); in msft_monitor_device_del() 801 dev->addr_type = addr_type; in msft_device_found() 947 address_filter->addr_type = addr_type; in msft_add_address_filter() 979 u8 addr_type; in msft_monitor_device_evt() local 1038 switch (ev->addr_type) { in msft_monitor_device_evt() 1040 addr_type = BDADDR_LE_PUBLIC; in msft_monitor_device_evt() [all …]
|
| H A D | 6lowpan.c | 503 u8 addr_type; in bt_xmit() local 517 err = setup_header(skb, netdev, &addr, &addr_type); in bt_xmit() 526 netdev->name, &addr, addr_type, in bt_xmit() 968 addr_type); in get_l2cap_conn() 979 hcon = hci_conn_hash_lookup_le(hdev, addr, *addr_type); in get_l2cap_conn() 1097 u8 addr_type; in lowpan_control_write() local 1106 ret = get_l2cap_conn(&buf[8], &addr, &addr_type, &conn); in lowpan_control_write() 1132 addr_type); in lowpan_control_write() 1135 ret = bt_6lowpan_connect(&addr, addr_type); in lowpan_control_write() 1143 ret = get_l2cap_conn(&buf[11], &addr, &addr_type, &conn); in lowpan_control_write() [all …]
|
| H A D | hci_core.c | 1164 u8 addr_type, u8 role) in hci_find_ltk() argument 1227 u8 addr_type) in hci_find_irk_by_addr() argument 1238 if (addr_type == irk->addr_type && in hci_find_irk_by_addr() 1324 key->bdaddr_type = addr_type; in hci_add_ltk() 1347 irk->addr_type = addr_type; in hci_add_irk() 1398 if (bacmp(bdaddr, &k->bdaddr) || k->addr_type != addr_type) in hci_remove_irk() 1412 u8 addr_type; in hci_bdaddr_is_paired() local 1429 addr_type = irk->addr_type; in hci_bdaddr_is_paired() 2193 params->addr_type == addr_type) { in hci_conn_params_lookup() 2211 param->addr_type == addr_type) { in hci_pend_le_action_lookup() [all …]
|
| /linux-6.15/net/ipv4/ |
| H A D | netfilter.c | 21 …t ip_route_me_harder(struct net *net, struct sock *sk, struct sk_buff *skb, unsigned int addr_type) in ip_route_me_harder() argument 35 if (addr_type == RTN_UNSPEC) in ip_route_me_harder() 36 addr_type = inet_addr_type_dev_table(net, dev, saddr); in ip_route_me_harder() 37 if (addr_type == RTN_LOCAL || addr_type == RTN_UNICAST) in ip_route_me_harder()
|
| H A D | arp.c | 672 int *addr_type, __be16 ar_op, in arp_is_garp() argument 690 *addr_type = inet_addr_type_dev_table(net, dev, sip); in arp_is_garp() 691 if (*addr_type != RTN_UNICAST) in arp_is_garp() 712 int addr_type; in arp_process() local 843 addr_type = rt->rt_type; in arp_process() 845 if (addr_type == RTN_LOCAL) { in arp_process() 863 if (addr_type == RTN_UNICAST && in arp_process() 893 addr_type = -1; in arp_process() 895 is_garp = arp_is_garp(net, dev, &addr_type, arp->ar_op, in arp_process() 907 (addr_type == RTN_UNICAST || in arp_process() [all …]
|
| /linux-6.15/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-6.15/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() 348 if (!(config->addr_type[idx] == ETM_ADDR_TYPE_NONE || in addr_single_store() 355 config->addr_type[idx] = ETM_ADDR_TYPE_SINGLE; in addr_single_store() 421 config->addr_type[idx] = ETM_ADDR_TYPE_RANGE; in addr_range_store() 423 config->addr_type[idx + 1] = ETM_ADDR_TYPE_RANGE; in addr_range_store() 441 if (!(config->addr_type[idx] == ETM_ADDR_TYPE_NONE || in addr_start_show() 469 if (!(config->addr_type[idx] == ETM_ADDR_TYPE_NONE || in addr_start_store() 476 config->addr_type[idx] = ETM_ADDR_TYPE_START; in addr_start_store() 495 if (!(config->addr_type[idx] == ETM_ADDR_TYPE_NONE || in addr_stop_show() [all …]
|
| H A D | coresight-etm4x-sysfs.c | 35 if (config->addr_type[idx] != ETM_ADDR_TYPE_RANGE || in etm4_set_mode_exclude() 254 config->addr_type[i] = ETM_ADDR_TYPE_NONE; in reset_store() 1015 config->addr_type[idx] = ETM_ADDR_TYPE_RANGE; in addr_range_store() 1080 config->addr_type[idx] = ETM_ADDR_TYPE_START; in addr_start_store() 1135 config->addr_type[idx] = ETM_ADDR_TYPE_STOP; in addr_stop_store() 1304 u8 idx, addr_type; in addr_cmp_view_show() local 1315 addr_type = config->addr_type[idx]; in addr_cmp_view_show() 1316 if (addr_type == ETM_ADDR_TYPE_RANGE) { in addr_cmp_view_show() 1327 if (addr_type) { in addr_cmp_view_show() 1329 addr_type_names[addr_type], addr_v); in addr_cmp_view_show() [all …]
|
| /linux-6.15/drivers/net/ipvlan/ |
| H A D | ipvlan_core.c | 357 int addr_type, bool use_dest) in ipvlan_addr_lookup() argument 361 switch (addr_type) { in ipvlan_addr_lookup() 597 int addr_type; in ipvlan_xmit_mode_l3() local 599 lyr3h = ipvlan_get_L3_hdr(ipvlan->port, skb, &addr_type); in ipvlan_xmit_mode_l3() 625 int addr_type; in ipvlan_xmit_mode_l2() local 629 lyr3h = ipvlan_get_L3_hdr(ipvlan->port, skb, &addr_type); in ipvlan_xmit_mode_l2() 697 int addr_type; in ipvlan_external_frame() local 700 lyr3h = ipvlan_get_L3_hdr(port, skb, &addr_type); in ipvlan_external_frame() 716 int addr_type; in ipvlan_handle_mode_l3() local 721 lyr3h = ipvlan_get_L3_hdr(port, skb, &addr_type); in ipvlan_handle_mode_l3() [all …]
|
| 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-6.15/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-6.15/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-6.15/drivers/char/ipmi/ |
| H A D | ipmi_poweroff.c | 188 smi_addr.addr_type = IPMI_SYSTEM_INTERFACE_ADDR_TYPE; in pps_poweroff_atca() 217 smi_addr.addr_type = IPMI_SYSTEM_INTERFACE_ADDR_TYPE; in ipmi_atca_detect() 252 smi_addr.addr_type = IPMI_SYSTEM_INTERFACE_ADDR_TYPE; in ipmi_poweroff_atca() 327 smi_addr.addr_type = IPMI_SYSTEM_INTERFACE_ADDR_TYPE; in ipmi_poweroff_cpi1() 366 ipmb_addr.addr_type = IPMI_IPMB_ADDR_TYPE; in ipmi_poweroff_cpi1() 474 smi_addr.addr_type = IPMI_SYSTEM_INTERFACE_ADDR_TYPE; in ipmi_poweroff_chassis() 578 smi_addr.addr_type = IPMI_SYSTEM_INTERFACE_ADDR_TYPE; in ipmi_po_new_smi()
|
| H A D | ipmi_msghandler.c | 663 return addr->addr_type == IPMI_LAN_ADDR_TYPE; in is_lan_addr() 803 if (addr1->addr_type != addr2->addr_type) in ipmi_addr_equal() 903 unsigned int ipmi_addr_length(int addr_type) in ipmi_addr_length() argument 908 if ((addr_type == IPMI_IPMB_ADDR_TYPE) in ipmi_addr_length() 912 if (addr_type == IPMI_IPMB_DIRECT_ADDR_TYPE) in ipmi_addr_length() 915 if (addr_type == IPMI_LAN_ADDR_TYPE) in ipmi_addr_length() 2010 addr->addr_type = IPMI_IPMB_ADDR_TYPE; in i_ipmi_req_ipmb() 3830 ipmb_addr.addr_type = IPMI_IPMB_ADDR_TYPE; in handle_ipmb_get_msg_rsp() 4127 lan_addr.addr_type = IPMI_LAN_ADDR_TYPE; in handle_lan_get_msg_rsp() 4229 lan_addr->addr_type = IPMI_LAN_ADDR_TYPE; in handle_lan_get_msg_cmd() [all …]
|
| /linux-6.15/include/net/bluetooth/ |
| H A D | hci_core.h | 212 u8 addr_type; member 288 __u8 addr_type; member 789 u8 addr_type; member 1796 u8 addr_type); 1810 u8 addr_type, u8 role); 1817 u8 addr_type); 2164 if (addr_type != ADDR_LE_DEV_RANDOM) in hci_bdaddr_is_rpa() 2175 if (addr_type == ADDR_LE_DEV_PUBLIC) in hci_is_identity_address() 2186 bdaddr_t *bdaddr, u8 addr_type) in hci_get_irk() argument 2368 u8 link_type, u8 addr_type); [all …]
|
| /linux-6.15/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-6.15/net/l2tp/ |
| H A D | l2tp_ip6.c | 292 int addr_type; in l2tp_ip6_bind() local 302 addr_type = ipv6_addr_type(&addr->l2tp_addr); in l2tp_ip6_bind() 305 if (addr_type == IPV6_ADDR_MAPPED) in l2tp_ip6_bind() 309 if (addr_type & IPV6_ADDR_MULTICAST) in l2tp_ip6_bind() 325 if (addr_type != IPV6_ADDR_ANY) { in l2tp_ip6_bind() 328 if (addr_type & IPV6_ADDR_LINKLOCAL) { in l2tp_ip6_bind() 392 int addr_type; in l2tp_ip6_connect() local 402 addr_type = ipv6_addr_type(&usin->sin6_addr); in l2tp_ip6_connect() 403 if (addr_type & IPV6_ADDR_MULTICAST) in l2tp_ip6_connect() 406 if (addr_type & IPV6_ADDR_MAPPED) { in l2tp_ip6_connect()
|
| /linux-6.15/drivers/net/ethernet/mediatek/ |
| H A D | mtk_ppe_offload.c | 257 u16 addr_type = 0; in mtk_flow_offload_replace() local 288 addr_type = match.key->addr_type; in mtk_flow_offload_replace() 306 switch (addr_type) { in mtk_flow_offload_replace() 399 if (addr_type == FLOW_DISSECTOR_KEY_IPV4_ADDRS) { in mtk_flow_offload_replace() 410 if (addr_type == FLOW_DISSECTOR_KEY_IPV6_ADDRS) { in mtk_flow_offload_replace() 447 if (addr_type == FLOW_DISSECTOR_KEY_IPV4_ADDRS) { in mtk_flow_offload_replace()
|
| /linux-6.15/net/ipv6/ |
| H A D | ping.c | 67 int addr_type; in ping_v6_sendmsg() local 114 addr_type = ipv6_addr_type(daddr); in ping_v6_sendmsg() 115 if ((__ipv6_addr_needs_scope_id(addr_type) && !oif) || in ping_v6_sendmsg() 116 (addr_type & IPV6_ADDR_MAPPED) || in ping_v6_sendmsg()
|
| H A D | af_inet6.c | 290 int addr_type = 0; in __inet6_bind() local 296 addr_type = ipv6_addr_type(&addr->sin6_addr); in __inet6_bind() 297 if ((addr_type & IPV6_ADDR_MULTICAST) && sk->sk_type == SOCK_STREAM) in __inet6_bind() 316 if (addr_type == IPV6_ADDR_MAPPED) { in __inet6_bind() 348 if (addr_type != IPV6_ADDR_ANY) { in __inet6_bind() 352 if (__ipv6_addr_needs_scope_id(addr_type)) { in __inet6_bind() 380 if (!(addr_type & IPV6_ADDR_MULTICAST)) { in __inet6_bind() 397 if (!(addr_type & IPV6_ADDR_MULTICAST)) in __inet6_bind() 401 if (addr_type != IPV6_ADDR_ANY && addr_type != IPV6_ADDR_MAPPED) in __inet6_bind() 425 if (addr_type != IPV6_ADDR_ANY) in __inet6_bind()
|
| H A D | datagram.c | 151 int addr_type; in __ip6_datagram_connect() local 181 addr_type = ipv6_addr_type(&usin->sin6_addr); in __ip6_datagram_connect() 185 if (addr_type & IPV6_ADDR_MAPPED) { in __ip6_datagram_connect() 221 if (__ipv6_addr_needs_scope_id(addr_type)) { in __ip6_datagram_connect() 231 if (!sk->sk_bound_dev_if && (addr_type & IPV6_ADDR_MULTICAST)) in __ip6_datagram_connect() 772 int addr_type; in ip6_datagram_send_ctl() local 813 addr_type = __ipv6_addr_type(&src_info->ipi6_addr); in ip6_datagram_send_ctl() 822 } else if (addr_type & IPV6_ADDR_LINKLOCAL) { in ip6_datagram_send_ctl() 827 if (addr_type != IPV6_ADDR_ANY) { in ip6_datagram_send_ctl() 828 int strict = __ipv6_addr_src_scope(addr_type) <= IPV6_ADDR_SCOPE_LINKLOCAL; in ip6_datagram_send_ctl()
|
| /linux-6.15/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-6.15/include/net/ |
| H A D | inet_sock.h | 445 int addr_type) in inet_addr_valid_or_nonlocal() argument 449 addr_type == RTN_LOCAL || in inet_addr_valid_or_nonlocal() 450 addr_type == RTN_MULTICAST || in inet_addr_valid_or_nonlocal() 451 addr_type == RTN_BROADCAST; in inet_addr_valid_or_nonlocal()
|
| 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()
|