Searched refs:setup (Results 1 - 25 of 32) sorted by relevance

12

/net/wireless/
H A Dmesh.c98 struct mesh_setup *setup,
112 setup->is_secure)
118 if (!setup->mesh_id_len)
124 if (!setup->chandef.chan) {
126 setup->chandef = wdev->preset_chandef;
129 if (!setup->chandef.chan) {
148 setup->chandef.chan = chan;
152 if (setup->chandef.chan)
157 if (!setup->chandef.chan)
160 setup
96 __cfg80211_join_mesh(struct cfg80211_registered_device *rdev, struct net_device *dev, struct mesh_setup *setup, const struct mesh_config *conf) argument
191 cfg80211_join_mesh(struct cfg80211_registered_device *rdev, struct net_device *dev, struct mesh_setup *setup, const struct mesh_config *conf) argument
[all...]
H A Dcore.c963 struct mesh_setup setup; local
964 memcpy(&setup, &default_mesh_setup,
965 sizeof(setup));
967 setup.mesh_id = wdev->ssid;
968 setup.mesh_id_len = wdev->mesh_id_up_len;
971 &setup,
H A Dcore.h279 struct mesh_setup *setup,
283 struct mesh_setup *setup,
H A Drdev-ops.h305 const struct mesh_setup *setup)
308 trace_rdev_join_mesh(&rdev->wiphy, dev, conf, setup);
309 ret = rdev->ops->join_mesh(&rdev->wiphy, dev, conf, setup);
302 rdev_join_mesh(struct cfg80211_registered_device *rdev, struct net_device *dev, const struct mesh_config *conf, const struct mesh_setup *setup) argument
H A Dnl80211.c4375 /* ... with external setup is supported */
5078 struct mesh_setup *setup)
5091 setup->sync_method =
5097 setup->path_sel_proto =
5103 setup->path_metric =
5114 setup->ie = nla_data(ieattr);
5115 setup->ie_len = nla_len(ieattr);
5120 setup->user_mpm = nla_get_flag(tb[NL80211_MESH_SETUP_USERSPACE_MPM]);
5121 setup->is_authenticated = nla_get_flag(tb[NL80211_MESH_SETUP_USERSPACE_AUTH]);
5122 setup
5077 nl80211_parse_mesh_setup(struct genl_info *info, struct mesh_setup *setup) argument
8167 struct mesh_setup setup; local
[all...]
/net/l2tp/
H A DKconfig30 and session setup). One such daemon is OpenL2TP
/net/netfilter/
H A Dnf_conntrack_h323_main.c861 Setup_UUIE *setup)
872 if (setup->options & eSetup_UUIE_h245Address) {
874 &setup->h245Address);
880 if ((setup->options & eSetup_UUIE_destCallSignalAddress) &&
883 get_h225_addr(ct, *data, &setup->destCallSignalAddress,
890 &setup->destCallSignalAddress,
897 if ((setup->options & eSetup_UUIE_sourceCallSignalAddress) &&
900 get_h225_addr(ct, *data, &setup->sourceCallSignalAddress,
907 &setup->sourceCallSignalAddress,
914 if (setup
857 process_setup(struct sk_buff *skb, struct nf_conn *ct, enum ip_conntrack_info ctinfo, unsigned int protoff, unsigned char **data, int dataoff, Setup_UUIE *setup) argument
[all...]
/net/mac80211/
H A Dcfg.c1536 const struct mesh_setup *setup)
1547 if (setup->ie_len) {
1548 new_ie = kmemdup(setup->ie, setup->ie_len,
1553 ifmsh->ie_len = setup->ie_len;
1557 /* now copy the rest of the setup parameters */
1558 ifmsh->mesh_id_len = setup->mesh_id_len;
1559 memcpy(ifmsh->mesh_id, setup->mesh_id, ifmsh->mesh_id_len);
1560 ifmsh->mesh_sp_id = setup->sync_method;
1561 ifmsh->mesh_pp_id = setup
1535 copy_mesh_setup(struct ieee80211_if_mesh *ifmsh, const struct mesh_setup *setup) argument
1693 ieee80211_join_mesh(struct wiphy *wiphy, struct net_device *dev, const struct mesh_config *conf, const struct mesh_setup *setup) argument
[all...]
/net/8021q/
H A Dvlan_netlink.c246 .setup = vlan_setup,
/net/caif/
H A Dchnl_net.c522 .setup = ipcaif_net_setup,
/net/hsr/
H A Dhsr_netlink.c110 .setup = hsr_dev_setup,
/net/ipv4/
H A Dipip.c495 .setup = ipip_tunnel_setup,
H A Dip_gre.c823 .setup = ipgre_tunnel_setup,
837 .setup = ipgre_tap_setup,
H A Dip_vti.c527 .setup = vti_tunnel_setup,
H A Dip_tunnel.c317 dev = alloc_netdev(ops->priv_size, name, NET_NAME_UNKNOWN, ops->setup);
/net/nfc/nci/
H A Dcore.c312 if (ndev->ops->setup)
313 ndev->ops->setup(ndev);
/net/bridge/
H A Dbr_netlink.c570 .setup = br_dev_setup,
/net/dsa/
H A Ddsa.c188 * Do basic register setup.
190 ret = drv->setup(ds);
/net/ieee802154/
H A D6lowpan_rtnl.c641 .setup = lowpan_setup,
/net/sunrpc/xprtrdma/
H A Dtransport.c700 .setup = xprt_setup_rdma,
/net/sunrpc/
H A Dxprtsock.c3012 .setup = xs_setup_local,
3020 .setup = xs_setup_udp,
3028 .setup = xs_setup_tcp,
3036 .setup = xs_setup_bc_tcp,
H A Dxprt.c1314 xprt = t->setup(args);
/net/ipv6/
H A Dip6_gre.c1658 .setup = ip6gre_tunnel_setup,
1672 .setup = ip6gre_tap_setup,
H A Dip6_vti.c791 * vti6_dev_setup - setup virtual tunnel device
989 .setup = vti6_dev_setup,
/net/batman-adv/
H A Dsoft-interface.c989 .setup = batadv_softif_init_early,

Completed in 1786 milliseconds

12