/kernel/linux/linux-5.10/include/trace/events/ |
H A D | neigh.h | 85 __field(u8, nud_state) 110 __entry->nud_state = n->nud_state; 141 TP_printk("family %d dev %s lladdr %s flags %02x nud_state %s type %02x " 147 __entry->flags, neigh_state_str(__entry->nud_state), 165 __field(u8, nud_state) 187 __entry->nud_state = n->nud_state; 215 TP_printk("family %d dev %s lladdr %s flags %02x nud_state %s type %02x " 220 __entry->flags, neigh_state_str(__entry->nud_state), [all...] |
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | neigh.h | 85 __field(u8, nud_state) 110 __entry->nud_state = n->nud_state; 141 TP_printk("family %d dev %s lladdr %s flags %02x nud_state %s type %02x " 147 __entry->flags, neigh_state_str(__entry->nud_state), 165 __field(u8, nud_state) 187 __entry->nud_state = n->nud_state; 215 TP_printk("family %d dev %s lladdr %s flags %02x nud_state %s type %02x " 220 __entry->flags, neigh_state_str(__entry->nud_state), [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | l2t.c | 285 unsigned int nud_state; in reuse_entry() local 291 nud_state = neigh->nud_state; in reuse_entry() 293 !(nud_state & NUD_VALID)) in reuse_entry() 295 else if (nud_state & NUD_CONNECTED) in reuse_entry() 426 if (neigh->nud_state & NUD_FAILED) { in t3_l2t_update() 428 } else if (neigh->nud_state & (NUD_CONNECTED|NUD_STALE)) in t3_l2t_update() 431 e->state = neigh->nud_state & NUD_CONNECTED ? in t3_l2t_update()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | l2t.c | 285 unsigned int nud_state; in reuse_entry() local 291 nud_state = neigh->nud_state; in reuse_entry() 293 !(nud_state & NUD_VALID)) in reuse_entry() 295 else if (nud_state & NUD_CONNECTED) in reuse_entry() 426 if (neigh->nud_state & NUD_FAILED) { in t3_l2t_update() 428 } else if (neigh->nud_state & (NUD_CONNECTED|NUD_STALE)) in t3_l2t_update() 431 e->state = neigh->nud_state & NUD_CONNECTED ? in t3_l2t_update()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | tc_tun.c | 235 u8 nud_state; in mlx5e_tc_tun_create_header_ipv4() local 281 nud_state = attr.n->nud_state; in mlx5e_tc_tun_create_header_ipv4() 306 if (!(nud_state & NUD_VALID)) { in mlx5e_tc_tun_create_header_ipv4() 350 u8 nud_state; in mlx5e_tc_tun_update_header_ipv4() local 384 nud_state = attr.n->nud_state; in mlx5e_tc_tun_update_header_ipv4() 411 if (!(nud_state & NUD_VALID)) { in mlx5e_tc_tun_update_header_ipv4() 505 u8 nud_state; in mlx5e_tc_tun_create_header_ipv6() local 550 nud_state in mlx5e_tc_tun_create_header_ipv6() 618 u8 nud_state; mlx5e_tc_tun_update_header_ipv6() local [all...] |
/kernel/linux/linux-5.10/net/core/ |
H A D | neighbour.c | 141 exempt_from_gc = n->nud_state & NUD_PERMANENT || in neigh_update_gc_list() 244 if ((n->nud_state == NUD_FAILED) || in neigh_forced_gc() 245 (n->nud_state == NUD_NOARP) || in neigh_forced_gc() 286 n->nud_state); in neigh_add_timer() 293 if ((n->nud_state & NUD_IN_TIMER) && in neigh_del_timer() 345 if (skip_perm && n->nud_state & NUD_PERMANENT) { in neigh_flush_dev() 368 if (n->nud_state & NUD_VALID) in neigh_flush_dev() 369 n->nud_state = NUD_NOARP; in neigh_flush_dev() 371 n->nud_state = NUD_NONE; in neigh_flush_dev() 447 n->nud_state in neigh_alloc() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | tc_tun.c | 196 u8 nud_state, ttl; in mlx5e_tc_tun_create_header_ipv4() local 248 nud_state = n->nud_state; in mlx5e_tc_tun_create_header_ipv4() 273 if (!(nud_state & NUD_VALID)) { in mlx5e_tc_tun_create_header_ipv4() 362 u8 nud_state, ttl; in mlx5e_tc_tun_create_header_ipv6() local 413 nud_state = n->nud_state; in mlx5e_tc_tun_create_header_ipv6() 437 if (!(nud_state & NUD_VALID)) { in mlx5e_tc_tun_create_header_ipv6()
|
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/ |
H A D | nndisc.c | 198 neigh->nud_state = NUD_NOARP; in nndisc_constructor() 204 neigh->nud_state = NUD_NOARP; in nndisc_constructor() 207 neigh->nud_state = NUD_NOARP; in nndisc_constructor() 218 if (neigh->nud_state & NUD_VALID) in nndisc_constructor() 394 static void __send_ns_packet(__u8 nud_state, struct net_device *dev, in __send_ns_packet() argument 397 if (nud_state & NUD_VALID) { in __send_ns_packet() 427 __send_ns_packet(neigh->nud_state, dev, target, &ifp->addr); in nndisc_solicit()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | l2t.c | 205 e->state = (e->neigh->nud_state & NUD_STALE) ? in do_l2t_write_rpl() 399 unsigned int nud_state; in reuse_entry() local 404 nud_state = neigh->nud_state; in reuse_entry() 406 !(nud_state & NUD_VALID)) in reuse_entry() 408 else if (nud_state & NUD_CONNECTED) in reuse_entry() 538 if (neigh->nud_state & NUD_FAILED) { in t4_l2t_update() 540 } else if ((neigh->nud_state & (NUD_CONNECTED | NUD_STALE)) && in t4_l2t_update() 545 e->state = neigh->nud_state & NUD_CONNECTED ? in t4_l2t_update()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | l2t.c | 205 e->state = (e->neigh->nud_state & NUD_STALE) ? in do_l2t_write_rpl() 399 unsigned int nud_state; in reuse_entry() local 404 nud_state = neigh->nud_state; in reuse_entry() 406 !(nud_state & NUD_VALID)) in reuse_entry() 408 else if (nud_state & NUD_CONNECTED) in reuse_entry() 538 if (neigh->nud_state & NUD_FAILED) { in t4_l2t_update() 540 } else if ((neigh->nud_state & (NUD_CONNECTED | NUD_STALE)) && in t4_l2t_update() 545 e->state = neigh->nud_state & NUD_CONNECTED ? in t4_l2t_update()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | arp.c | 249 neigh->nud_state = NUD_NOARP; in arp_constructor() 269 neigh->nud_state = NUD_NOARP; in arp_constructor() 272 neigh->nud_state = NUD_NOARP; in arp_constructor() 276 neigh->nud_state = NUD_NOARP; in arp_constructor() 285 if (neigh->nud_state & NUD_VALID) in arp_constructor() 377 if (!(neigh->nud_state & NUD_VALID)) in arp_solicit() 1085 if (neigh->nud_state&NUD_PERMANENT) in arp_state_to_flags() 1087 else if (neigh->nud_state&NUD_VALID) in arp_state_to_flags() 1105 if (!(neigh->nud_state & NUD_NOARP)) { in arp_req_get() 1127 if ((neigh->nud_state in arp_invalidate() [all...] |
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | arp.c | 250 neigh->nud_state = NUD_NOARP; in arp_constructor() 270 neigh->nud_state = NUD_NOARP; in arp_constructor() 273 neigh->nud_state = NUD_NOARP; in arp_constructor() 277 neigh->nud_state = NUD_NOARP; in arp_constructor() 286 if (neigh->nud_state & NUD_VALID) in arp_constructor() 378 if (!(READ_ONCE(neigh->nud_state) & NUD_VALID)) in arp_solicit() 1106 if (neigh->nud_state&NUD_PERMANENT) in arp_state_to_flags() 1108 else if (neigh->nud_state&NUD_VALID) in arp_state_to_flags() 1126 if (!(READ_ONCE(neigh->nud_state) & NUD_NOARP)) { in arp_req_get() 1148 if ((READ_ONCE(neigh->nud_state) in arp_invalidate() [all...] |
/kernel/linux/linux-6.6/net/core/ |
H A D | neighbour.c | 141 exempt_from_gc = n->nud_state & NUD_PERMANENT || in neigh_update_gc_list() 271 if ((n->nud_state == NUD_FAILED) || in neigh_forced_gc() 272 (n->nud_state == NUD_NOARP) || in neigh_forced_gc() 313 n->nud_state); in neigh_add_timer() 320 if ((n->nud_state & NUD_IN_TIMER) && in neigh_del_timer() 399 if (skip_perm && n->nud_state & NUD_PERMANENT) { in neigh_flush_dev() 422 if (n->nud_state & NUD_VALID) in neigh_flush_dev() 423 n->nud_state = NUD_NOARP; in neigh_flush_dev() 425 n->nud_state = NUD_NONE; in neigh_flush_dev() 502 n->nud_state in neigh_alloc() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en/rep/ |
H A D | neigh.c | 136 u8 nud_state, dead; in mlx5e_rep_neigh_update() local 147 nud_state = n->nud_state; in mlx5e_rep_neigh_update() 151 neigh_connected = (nud_state & NUD_VALID) && !dead; in mlx5e_rep_neigh_update()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/rep/ |
H A D | neigh.c | 135 u8 nud_state, dead; in mlx5e_rep_neigh_update() local 146 nud_state = n->nud_state; in mlx5e_rep_neigh_update() 151 neigh_connected = (nud_state & NUD_VALID) && !dead; in mlx5e_rep_neigh_update()
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nft_flow_offload.c | 57 u8 nud_state; in nft_dev_fill_forward_path() local 67 nud_state = n->nud_state; in nft_dev_fill_forward_path() 72 if (!(nud_state & NUD_VALID)) in nft_dev_fill_forward_path()
|
H A D | nf_flow_table_offload.c | 283 u8 nud_state; in flow_offload_eth_dst() local 301 nud_state = n->nud_state; in flow_offload_eth_dst() 306 if (!(nud_state & NUD_VALID)) in flow_offload_eth_dst()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | neighbour.h | 148 __u8 nud_state; member 440 if (!(neigh->nud_state&(NUD_CONNECTED|NUD_DELAY|NUD_PROBE))) in neigh_event_send() 504 /* n->nud_state and hh->hh_len could be changed under us. in neigh_output() 508 (READ_ONCE(n->nud_state) & NUD_CONNECTED) && in neigh_output()
|
/kernel/linux/linux-6.6/include/net/ |
H A D | neighbour.h | 150 u8 nud_state; member 465 if (!(READ_ONCE(neigh->nud_state) & (NUD_CONNECTED | NUD_DELAY | NUD_PROBE))) in neigh_event_send_probe() 534 /* n->nud_state and hh->hh_len could be changed under us. in neigh_output() 538 (READ_ONCE(n->nud_state) & NUD_CONNECTED) && in neigh_output()
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | ndisc.c | 345 neigh->nud_state = NUD_NOARP; in ndisc_constructor() 350 neigh->nud_state = NUD_NOARP; in ndisc_constructor() 353 neigh->nud_state = NUD_NOARP; in ndisc_constructor() 358 neigh->nud_state = NUD_NOARP; in ndisc_constructor() 365 if (neigh->nud_state&NUD_VALID) in ndisc_constructor() 733 if (!(neigh->nud_state & NUD_VALID)) { in ndisc_solicit() 1034 if (neigh->nud_state & NUD_FAILED) in ndisc_recv_na() 1661 if (neigh->nud_state & NUD_VALID) { in ndisc_send_redirect()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | ndisc.c | 346 neigh->nud_state = NUD_NOARP; in ndisc_constructor() 351 neigh->nud_state = NUD_NOARP; in ndisc_constructor() 354 neigh->nud_state = NUD_NOARP; in ndisc_constructor() 359 neigh->nud_state = NUD_NOARP; in ndisc_constructor() 366 if (neigh->nud_state&NUD_VALID) in ndisc_constructor() 749 if (!(READ_ONCE(neigh->nud_state) & NUD_VALID)) { in ndisc_solicit() 1094 if (READ_ONCE(neigh->nud_state) & NUD_FAILED) in ndisc_recv_na() 1734 if (neigh->nud_state & NUD_VALID) { in ndisc_send_redirect()
|
/kernel/linux/linux-5.10/net/bridge/ |
H A D | br_arp_nd_proxy.c | 195 if (!(n->nud_state & NUD_VALID)) { in br_do_proxy_suppress_arp() 455 if (!(n->nud_state & NUD_VALID)) { in br_do_suppress_nd()
|
/kernel/linux/linux-6.6/net/bridge/ |
H A D | br_arp_nd_proxy.c | 195 if (!(READ_ONCE(n->nud_state) & NUD_VALID)) { in br_do_proxy_suppress_arp() 455 if (!(READ_ONCE(n->nud_state) & NUD_VALID)) { in br_do_suppress_nd()
|
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nf_flow_table_offload.c | 216 u8 nud_state; in flow_offload_eth_dst() local 225 nud_state = n->nud_state; in flow_offload_eth_dst() 229 if (!(nud_state & NUD_VALID)) { in flow_offload_eth_dst()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/qedr/ |
H A D | qedr_iw_cm.c | 460 if (neigh->nud_state & NUD_VALID) { in qedr_addr4_resolve() 503 if (neigh->nud_state & NUD_VALID) { in qedr_addr6_resolve()
|