| /net/wireless/ |
| A D | mesh.c | 104 struct mesh_setup *setup, in __cfg80211_join_mesh() argument 118 setup->is_secure) in __cfg80211_join_mesh() 124 if (!setup->mesh_id_len) in __cfg80211_join_mesh() 133 if (!setup->chandef.chan) { in __cfg80211_join_mesh() 138 if (!setup->chandef.chan) { in __cfg80211_join_mesh() 161 if (setup->chandef.chan) in __cfg80211_join_mesh() 166 if (!setup->chandef.chan) in __cfg80211_join_mesh() 170 setup->chandef.center_freq1 = setup->chandef.chan->center_freq; in __cfg80211_join_mesh() 177 if (!setup->basic_rates) { in __cfg80211_join_mesh() 203 &setup->chandef, in __cfg80211_join_mesh() [all …]
|
| A D | ocb.c | 20 struct ocb_setup *setup) in cfg80211_join_ocb() argument 33 if (WARN_ON(!setup->chandef.chan)) in cfg80211_join_ocb() 36 err = rdev_join_ocb(rdev, dev, setup); in cfg80211_join_ocb() 38 wdev->u.ocb.chandef = setup->chandef; in cfg80211_join_ocb()
|
| A D | core.c | 1611 struct mesh_setup setup; in cfg80211_netdev_notifier_call() local 1612 memcpy(&setup, &default_mesh_setup, in cfg80211_netdev_notifier_call() 1613 sizeof(setup)); in cfg80211_netdev_notifier_call() 1615 setup.mesh_id = wdev->u.mesh.id; in cfg80211_netdev_notifier_call() 1616 setup.mesh_id_len = wdev->u.mesh.id_up_len; in cfg80211_netdev_notifier_call() 1619 &setup, in cfg80211_netdev_notifier_call()
|
| A D | rdev-ops.h | 357 const struct mesh_setup *setup) in rdev_join_mesh() argument 360 trace_rdev_join_mesh(&rdev->wiphy, dev, conf, setup); in rdev_join_mesh() 361 ret = rdev->ops->join_mesh(&rdev->wiphy, dev, conf, setup); in rdev_join_mesh() 379 struct ocb_setup *setup) in rdev_join_ocb() argument 382 trace_rdev_join_ocb(&rdev->wiphy, dev, setup); in rdev_join_ocb() 383 ret = rdev->ops->join_ocb(&rdev->wiphy, dev, setup); in rdev_join_ocb()
|
| A D | core.h | 353 struct mesh_setup *setup, 364 struct ocb_setup *setup);
|
| A D | nl80211.c | 9282 setup->sync_method = in nl80211_parse_mesh_setup() 9288 setup->path_sel_proto = in nl80211_parse_mesh_setup() 9294 setup->path_metric = in nl80211_parse_mesh_setup() 9311 if (setup->is_secure) in nl80211_parse_mesh_setup() 9312 setup->user_mpm = true; in nl80211_parse_mesh_setup() 9315 if (!setup->user_mpm) in nl80211_parse_mesh_setup() 9317 setup->auth_id = in nl80211_parse_mesh_setup() 13922 memcpy(&setup, &default_mesh_setup, sizeof(setup)); in nl80211_join_mesh() 13955 setup.dtim_period = in nl80211_join_mesh() 13957 if (setup.dtim_period < 1 || setup.dtim_period > 100) in nl80211_join_mesh() [all …]
|
| /net/mctp/test/ |
| A D | utils.c | 263 const struct mctp_test_bind_setup *setup, in mctp_test_bind_run() argument 275 if (setup->have_peer) { in mctp_test_bind_run() 278 addr.smctp_network = setup->peer_net; in mctp_test_bind_run() 279 addr.smctp_addr.s_addr = setup->peer_addr; in mctp_test_bind_run() 281 addr.smctp_type = setup->bind_type; in mctp_test_bind_run() 290 addr.smctp_network = setup->bind_net; in mctp_test_bind_run() 291 addr.smctp_addr.s_addr = setup->bind_addr; in mctp_test_bind_run() 292 addr.smctp_type = setup->bind_type; in mctp_test_bind_run()
|
| A D | utils.h | 78 const struct mctp_test_bind_setup *setup,
|
| /net/netfilter/ |
| A D | nf_flow_table_inet.c | 71 .setup = nf_flow_table_offload_setup, 81 .setup = nf_flow_table_offload_setup, 91 .setup = nf_flow_table_offload_setup,
|
| A D | nf_conntrack_h323_main.c | 799 Setup_UUIE *setup) in process_setup() argument 810 if (setup->options & eSetup_UUIE_h245Address) { in process_setup() 812 &setup->h245Address); in process_setup() 818 if ((setup->options & eSetup_UUIE_destCallSignalAddress) && in process_setup() 821 get_h225_addr(ct, *data, &setup->destCallSignalAddress, in process_setup() 828 &setup->destCallSignalAddress, in process_setup() 845 &setup->sourceCallSignalAddress, in process_setup() 852 if (setup->options & eSetup_UUIE_fastStart) { in process_setup() 853 for (i = 0; i < setup->fastStart.count; i++) { in process_setup() 856 &setup->fastStart.item[i]); in process_setup() [all …]
|
| /net/dsa/ |
| A D | dsa.c | 470 if (dp->setup) in dsa_port_setup() 532 dp->setup = true; in dsa_port_setup() 539 if (!dp->setup) in dsa_port_teardown() 565 dp->setup = false; in dsa_port_teardown() 630 if (ds->setup) in dsa_switch_setup() 674 ds->setup = true; in dsa_switch_setup() 692 if (!ds->setup) in dsa_switch_teardown() 712 ds->setup = false; in dsa_switch_teardown() 880 if (dst->setup) { in dsa_tree_setup() 932 if (!dst->setup) in dsa_tree_teardown() [all …]
|
| /net/mac80211/ |
| A D | cfg.c | 2629 const struct mesh_setup *setup) in copy_mesh_setup() argument 2639 if (setup->ie_len) { in copy_mesh_setup() 2640 new_ie = kmemdup(setup->ie, setup->ie_len, in copy_mesh_setup() 2645 ifmsh->ie_len = setup->ie_len; in copy_mesh_setup() 2654 ifmsh->user_mpm = setup->user_mpm; in copy_mesh_setup() 2655 ifmsh->mesh_auth_id = setup->auth_id; in copy_mesh_setup() 2658 if (setup->is_authenticated) in copy_mesh_setup() 2660 if (setup->is_secure) in copy_mesh_setup() 2665 sizeof(setup->mcast_rate)); in copy_mesh_setup() 2817 err = copy_mesh_setup(ifmsh, setup); in ieee80211_join_mesh() [all …]
|
| A D | ocb.c | 169 struct ocb_setup *setup) in ieee80211_ocb_join() argument 171 struct ieee80211_chan_req chanreq = { .oper = setup->chandef }; in ieee80211_ocb_join()
|
| /net/ieee802154/6lowpan/ |
| A D | core.c | 202 .setup = lowpan_setup,
|
| /net/sunrpc/xprtrdma/ |
| A D | svc_rdma_backchannel.c | 283 .setup = xprt_setup_rdma_bc,
|
| A D | transport.c | 759 .setup = xprt_setup_rdma,
|
| /net/8021q/ |
| A D | vlan_netlink.c | 295 .setup = vlan_setup,
|
| /net/l2tp/ |
| A D | Kconfig | 31 and session setup). One such daemon is OpenL2TP
|
| /net/tipc/ |
| A D | link.c | 825 bool setup = false; in tipc_link_timeout() local 856 setup = l->rst_cnt++ <= 4; in tipc_link_timeout() 857 setup |= !(l->rst_cnt % 16); in tipc_link_timeout() 861 setup = true; in tipc_link_timeout() 872 if (state || probe || setup) in tipc_link_timeout()
|
| /net/caif/ |
| A D | chnl_net.c | 500 .setup = ipcaif_net_setup,
|
| /net/hsr/ |
| A D | hsr_netlink.c | 183 .setup = hsr_dev_setup,
|
| /net/ipv4/ |
| A D | ip_gre.c | 1662 .setup = ipgre_tunnel_setup, 1677 .setup = ipgre_tap_setup, 1692 .setup = erspan_setup,
|
| A D | ipip.c | 578 .setup = ipip_tunnel_setup,
|
| /net/sunrpc/ |
| A D | xprtsock.c | 3629 .setup = xs_setup_local, 3638 .setup = xs_setup_udp, 3647 .setup = xs_setup_tcp, 3656 .setup = xs_setup_tcp_tls, 3665 .setup = xs_setup_bc_tcp,
|
| /net/nfc/nci/ |
| A D | core.c | 507 if (!rc && ndev->ops->setup) { in nci_open_device() 508 rc = ndev->ops->setup(ndev); in nci_open_device()
|