Searched refs:add_addr (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/net/mptcp/ |
| H A D | options.c | 242 mp_opt->add_addr = 1; in mptcp_parse_option() 297 mp_opt->add_addr = 0; in mptcp_get_options() 898 if (mp_opt.add_addr && add_addr_hmac_valid(msk, &mp_opt)) { in mptcp_incoming_options() 920 mp_opt.add_addr = 0; in mptcp_incoming_options()
|
| H A D | protocol.h | 105 add_addr : 1, member
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/ti/ |
| H A D | netcp.h | 204 int (*add_addr)(void *intf_priv, struct netcp_addr *naddr); member
|
| H A D | netcp_core.c | 1490 if (!module->add_addr) in netcp_addr_sweep_add() 1492 error = module->add_addr(priv->module_priv, naddr); in netcp_addr_sweep_add()
|
| H A D | netcp_ethss.c | 3833 .add_addr = gbe_add_addr, 3850 .add_addr = gbe_add_addr,
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/mptcp/ |
| H A D | pm_nl_ctl.c | 172 int add_addr(int fd, int pm_family, int argc, char *argv[]) in add_addr() function 601 return add_addr(fd, pm_family, argc, argv); in main()
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | addrconf.c | 3105 static void add_addr(struct inet6_dev *idev, const struct in6_addr *addr, in add_addr() function 3157 add_addr(idev, &addr, plen, scope); in sit_add_v4_addrs() 3180 add_addr(idev, &addr, plen, flag); in sit_add_v4_addrs() 3203 add_addr(idev, &in6addr_loopback, 128, IFA_HOST); in init_loopback()
|