Home
last modified time | relevance | path

Searched refs:this (Results 1 – 25 of 107) sorted by relevance

12345

/net/caif/
A Dcffrml.c38 if (!this) in cffrml_create()
42 kfree(this); in cffrml_create()
52 this->dofcs = use_fcs; in cffrml_create()
53 this->layer.id = phyid; in cffrml_create()
66 this->up = up; in cffrml_set_uplayer()
71 this->dn = dn; in cffrml_set_dnlayer()
88 struct cffrml *this; in cffrml_receive() local
89 this = container_obj(layr); in cffrml_receive()
95 if (!this->dofcs) in cffrml_receive()
108 if (this->dofcs) { in cffrml_receive()
[all …]
A Dcaif_usb.c90 if (!this) in cfusbl_create()
95 memset(&this->layer, 0, sizeof(this->layer)); in cfusbl_create()
96 this->layer.receive = cfusbl_receive; in cfusbl_create()
97 this->layer.transmit = cfusbl_transmit; in cfusbl_create()
98 this->layer.ctrlcmd = cfusbl_ctrlcmd; in cfusbl_create()
100 this->layer.id = phyid; in cfusbl_create()
108 ether_addr_copy(&this->tx_eth_hdr[ETH_ALEN], braddr); in cfusbl_create()
109 ether_addr_copy(&this->tx_eth_hdr[ETH_ALEN], ethaddr); in cfusbl_create()
113 this->tx_eth_hdr, this->tx_eth_hdr + ETH_ALEN, in cfusbl_create()
114 this->tx_eth_hdr[12], this->tx_eth_hdr[13]); in cfusbl_create()
[all …]
A Dcfctrl.c38 struct cfctrl *this = in cfctrl_create() local
40 if (!this) in cfctrl_create()
46 atomic_set(&this->req_seq_no, 1); in cfctrl_create()
47 atomic_set(&this->rsp_seq_no, 1); in cfctrl_create()
48 this->serv.layer.receive = cfctrl_recv; in cfctrl_create()
53 this->loop_linkid = 1; in cfctrl_create()
55 spin_lock_init(&this->info_list_lock); in cfctrl_create()
56 INIT_LIST_HEAD(&this->list); in cfctrl_create()
57 return &this->serv.layer; in cfctrl_create()
166 return &this->res; in cfctrl_get_respfuncs()
[all …]
A Dcfcnfg.c74 struct cfcnfg *this; in cfcnfg_create() local
81 if (!this) in cfcnfg_create()
84 if (!this->mux) in cfcnfg_create()
87 if (!this->ctrl) in cfcnfg_create()
102 cfmuxl_set_uplayer(this->mux, this->ctrl, 0); in cfcnfg_create()
103 layer_set_dn(this->ctrl, this->mux); in cfcnfg_create()
104 layer_set_up(this->ctrl, this); in cfcnfg_create()
107 return this; in cfcnfg_create()
111 kfree(this->mux); in cfcnfg_create()
112 kfree(this->ctrl); in cfcnfg_create()
[all …]
A Dcfserl.c41 struct cfserl *this = kzalloc(sizeof(struct cfserl), GFP_ATOMIC); in cfserl_create() local
42 if (!this) in cfserl_create()
45 this->layer.receive = cfserl_receive; in cfserl_create()
46 this->layer.transmit = cfserl_transmit; in cfserl_create()
47 this->layer.ctrlcmd = cfserl_ctrlcmd; in cfserl_create()
48 this->usestx = use_stx; in cfserl_create()
49 spin_lock_init(&this->sync); in cfserl_create()
50 snprintf(this->layer.name, CAIF_LAYER_NAME_SZ, "ser1"); in cfserl_create()
51 return &this->layer; in cfserl_create()
A Dcfmuxl.c50 struct cfmuxl *this = kzalloc(sizeof(struct cfmuxl), GFP_ATOMIC); in cfmuxl_create() local
52 if (!this) in cfmuxl_create()
54 this->layer.receive = cfmuxl_receive; in cfmuxl_create()
55 this->layer.transmit = cfmuxl_transmit; in cfmuxl_create()
56 this->layer.ctrlcmd = cfmuxl_ctrlcmd; in cfmuxl_create()
57 INIT_LIST_HEAD(&this->srvl_list); in cfmuxl_create()
58 INIT_LIST_HEAD(&this->frml_list); in cfmuxl_create()
59 spin_lock_init(&this->transmit_lock); in cfmuxl_create()
60 spin_lock_init(&this->receive_lock); in cfmuxl_create()
61 snprintf(this->layer.name, CAIF_LAYER_NAME_SZ, "mux"); in cfmuxl_create()
[all …]
A Dcfrfml.c49 struct cfrfml *this = kzalloc(sizeof(struct cfrfml), GFP_ATOMIC); in cfrfml_create() local
51 if (!this) in cfrfml_create()
54 cfsrvl_init(&this->serv, channel_id, dev_info, false); in cfrfml_create()
55 this->serv.release = cfrfml_release; in cfrfml_create()
56 this->serv.layer.receive = cfrfml_receive; in cfrfml_create()
57 this->serv.layer.transmit = cfrfml_transmit; in cfrfml_create()
63 this->fragment_size = tmp; in cfrfml_create()
64 spin_lock_init(&this->sync); in cfrfml_create()
65 snprintf(this->serv.layer.name, CAIF_LAYER_NAME_SZ, in cfrfml_create()
68 return &this->serv.layer; in cfrfml_create()
/net/atm/
A Daddr.c51 struct atm_dev_addr *this, *p; in atm_reset_addr() local
60 list_del(&this->entry); in atm_reset_addr()
61 kfree(this); in atm_reset_addr()
72 struct atm_dev_addr *this; in atm_add_addr() local
91 if (!this) { in atm_add_addr()
95 this->addr = *addr; in atm_add_addr()
96 list_add(&this->entry, head); in atm_add_addr()
107 struct atm_dev_addr *this; in atm_del_addr() local
121 list_del(&this->entry); in atm_del_addr()
123 kfree(this); in atm_del_addr()
[all …]
/net/mac80211/
A DKconfig141 Do not select this option.
152 Do not select this option.
161 Do not select this option.
173 Do not select this option.
184 Do not select this option.
195 Do not select this option.
207 Do not select this option.
220 Do not select this option.
233 Do not select this option.
246 Do not select this option.
[all …]
/net/sched/
A DKconfig59 To compile this code as a module, choose M here: the
68 To compile this code as a module, choose M here: the
77 To compile this code as a module, choose M here: the
86 To compile this code as a module, choose M here: the
97 To compile this code as a module, choose M here: the
108 To compile this code as a module, choose M here: the
119 To compile this code as a module, choose M here: the
131 To compile this code as a module, choose M here: the
142 To compile this code as a module, choose M here: the
153 To compile this code as a module, choose M here: the
[all …]
/net/bridge/
A Dbr_multicast_eht.c50 struct net_bridge_group_eht_host *this; in br_multicast_eht_host_lookup() local
61 return this; in br_multicast_eht_host_lookup()
86 struct net_bridge_group_eht_set_entry *this; in br_multicast_eht_set_entry_lookup() local
97 return this; in br_multicast_eht_set_entry_lookup()
110 struct net_bridge_group_eht_set *this; in br_multicast_eht_set_lookup() local
121 return this; in br_multicast_eht_set_lookup()
251 struct net_bridge_group_eht_host *this; in __eht_lookup_create_host() local
263 return this; in __eht_lookup_create_host()
309 return this; in __eht_lookup_create_set_entry()
348 struct net_bridge_group_eht_set *this; in __eht_lookup_create_set() local
[all …]
A DKconfig17 As this is a standard, Linux bridges will cooperate properly with
28 take this into account when setting up your firewall rules.
32 To compile this code as a module, choose M here: the module
47 Say N to exclude this support and reduce the binary size.
61 Say N to exclude this support and reduce the binary size.
73 Say N to exclude this support and reduce the binary size.
84 Say N to exclude this support and reduce the binary size.
/net/core/
A Dflow_offload.c466 struct flow_block_cb *this, *next; in __flow_block_indr_cleanup() local
469 if (this->release == release && in __flow_block_indr_cleanup()
470 this->indr.cb_priv == cb_priv) in __flow_block_indr_cleanup()
477 struct flow_block_cb *this, *next; in flow_block_indr_notify() local
480 list_del(&this->indr.list); in flow_block_indr_notify()
481 this->indr.cleanup(this); in flow_block_indr_notify()
493 if (this->cb == cb && in flow_indr_dev_unregister()
494 this->cb_priv == cb_priv && in flow_indr_dev_unregister()
496 indr_dev = this; in flow_indr_dev_unregister()
610 struct flow_indr_dev *this; in flow_indr_dev_setup_offload() local
[all …]
/net/vmw_vsock/
A DKconfig16 To compile this driver as a module, choose M here: the module
27 Enable this module so userspace applications can query open sockets.
38 To compile this driver as a module, choose M here: the module
47 Enable this transport if your Virtual Machine runs on a VMware
50 To compile this driver as a module, choose M here: the module
60 Enable this transport if your Virtual Machine host supports Virtual
63 To compile this driver as a module, choose M here: the module will be
79 Enable this transport if your Virtual Machine host supports Virtual
82 To compile this driver as a module, choose M here: the module will be
/net/wireless/
A DKconfig22 # may need to update this when certificates are changed and are
24 # (this is here rather than below to allow it to be a module)
28 Enable this if you have a wireless device.
44 Select this option ONLY for kernels that are specifically
73 You should disable this option unless you are both capable
75 compliant with the features available under this option.
85 features. Alternatively you can enable this option if
131 drivers that support this feature. You should only enable this
132 feature if you have tested and validated this feature on your
191 Enable this option if you need old userspace for wireless
[all …]
/net/
A Ddevres.c14 static void devm_free_netdev(struct device *dev, void *this) in devm_free_netdev() argument
16 struct net_device_devres *res = this; in devm_free_netdev()
42 static void devm_unregister_netdev(struct device *dev, void *this) in devm_unregister_netdev() argument
44 struct net_device_devres *res = this; in devm_unregister_netdev()
49 static int netdev_devres_match(struct device *dev, void *this, void *match_data) in netdev_devres_match() argument
51 struct net_device_devres *res = this; in netdev_devres_match()
A DKconfig42 achieve this, you need to set skb_shinfo(skb)->frag_list to the
46 Newly written code should NEVER need this option but do
116 Ethernets. It is highly recommended to say Y here (this will enlarge
147 If you are unsure how to answer this question, answer N.
161 If you are unsure how to answer this question, answer N.
171 firewall provided by this kernel support is called a "packet
239 want this option enabled.
240 Enabling or disabling this option doesn't enable or disable
368 Enabling this allows a TCP stream parser to be used with
397 To compile this code as a module, choose M here: the
[all …]
/net/rds/
A Dinfo.c118 unsigned long this; in rds_info_copy() local
124 this = min(bytes, PAGE_SIZE - iter->offset); in rds_info_copy()
128 iter->offset, this, data, bytes); in rds_info_copy()
130 memcpy(iter->addr + iter->offset, data, this); in rds_info_copy()
132 data += this; in rds_info_copy()
133 bytes -= this; in rds_info_copy()
134 iter->offset += this; in rds_info_copy()
/net/8021q/
A DKconfig9 Select this and you will be able to create 802.1Q VLAN interfaces
17 To compile this code as a module, choose M here: the module
27 Select this to enable GVRP end-system support. GVRP is used for
37 Select this to enable MVRP end-system support. MVRP is used for
/net/ipv4/netfilter/
A Dnf_nat_h323.c369 struct nf_conntrack_expect *this) in ip_nat_q931_expect() argument
373 if (this->tuple.src.u3.ip != 0) { /* Only accept calls from GK */ in ip_nat_q931_expect()
374 nf_nat_follow_master(new, this); in ip_nat_q931_expect()
384 new->tuplehash[!this->dir].tuple.src.u3; in ip_nat_q931_expect()
389 range.min_proto = range.max_proto = this->saved_proto; in ip_nat_q931_expect()
391 new->master->tuplehash[!this->dir].tuple.src.u3; in ip_nat_q931_expect()
458 struct nf_conntrack_expect *this) in ip_nat_callforwarding_expect() argument
468 new->tuplehash[!this->dir].tuple.src.u3; in ip_nat_callforwarding_expect()
473 range.min_proto = range.max_proto = this->saved_proto; in ip_nat_callforwarding_expect()
474 range.min_addr = range.max_addr = this->saved_addr; in ip_nat_callforwarding_expect()
/net/openvswitch/
A DKconfig39 To compile this code as a module, choose M here: the module will be
53 Say N to exclude this support and reduce the binary size.
65 Say N to exclude this support and reduce the binary size.
77 Say N to exclude this support and reduce the binary size.
/net/l2tp/
A DKconfig47 To compile this driver as a module, choose M here. The module
82 in IP packets, it used IP protocol number 115, so this port
85 To compile this driver as a module, choose M here. The module
107 enable this option.
109 To compile this driver as a module, choose M here. The module
/net/ax25/
A DKconfig15 Note that the answer to this question won't directly affect the
48 To compile this driver as a module, choose M here: the
59 If you say Y here, your Linux box will act as a DAMA slave; this is
74 If you say Y here, your Linux box will act as a DAMA master; this is
95 To compile this driver as a module, choose M here: the
114 To compile this driver as a module, choose M here: the
/net/batman-adv/
A DKconfig44 this feature and save some space.
54 this option you can safely remove it and save some space.
66 If you think that your network does not need this feature you
93 say N here. Select this option to gather traces like the debug
/net/netfilter/
A DKconfig42 If this option is enabled, the kernel will include support
51 If this option is enabled, the kernel will include support
59 If this option is enabled, the kernel will include support
67 If this option is enabled, the kernel will include support
79 If this option is enabled, the kernel will include support
230 on this machine or machines that will be MASQUERADED through this
299 of "ip address show" should look similar to this:
331 box, you may want to enable this feature.
373 you will need this.
797 target and match, you can set and match on this mark.
[all …]

Completed in 34 milliseconds

12345