Searched refs:ha_buf (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/net/6lowpan/ |
A D | ndisc.c | 116 u8 *ha_buf, u8 **ha) in lowpan_ndisc_opt_addr_space() argument 131 memcpy(ha_buf, &n->short_addr, in lowpan_ndisc_opt_addr_space() 135 *ha = ha_buf; in lowpan_ndisc_opt_addr_space()
|
/linux-6.3-rc2/include/net/ |
A D | ndisc.h | 211 struct neighbour *neigh, u8 *ha_buf, 268 u8 *ha_buf, u8 **ha) in ndisc_ops_redirect_opt_addr_space() argument 272 neigh, ha_buf, ha); in ndisc_ops_redirect_opt_addr_space()
|
/linux-6.3-rc2/net/ipv6/ |
A D | ndisc.c | 1670 u8 ha_buf[MAX_ADDR_LEN], *ha = NULL, in ndisc_send_redirect() local 1729 memcpy(ha_buf, neigh->ha, dev->addr_len); in ndisc_send_redirect() 1731 ha = ha_buf; in ndisc_send_redirect()
|
Completed in 8 milliseconds