Searched defs:tmp (Results 1 - 25 of 154) sorted by relevance

1234567

/net/netfilter/ipvs/
H A Dip_vs_pe.c68 struct ip_vs_pe *tmp; local
77 list_for_each_entry(tmp, &ip_vs_pe, n_list) {
78 if (strcmp(tmp->name, pe->name) == 0) {
/net/bridge/netfilter/
H A Debt_snat.c48 int tmp; local
50 tmp = info->target | ~EBT_VERDICT_BITS;
51 if (BASE_CHAIN && tmp == EBT_RETURN)
54 if (tmp < -NUM_STANDARD_TARGETS || tmp >= 0)
56 tmp = info->target | EBT_VERDICT_BITS;
57 if ((tmp & ~NAT_ARP_BIT) != ~NAT_ARP_BIT)
H A Debt_mark.c42 int tmp; local
44 tmp = info->target | ~EBT_VERDICT_BITS;
45 if (BASE_CHAIN && tmp == EBT_RETURN)
47 if (tmp < -NUM_STANDARD_TARGETS || tmp >= 0)
49 tmp = info->target & ~EBT_VERDICT_BITS;
50 if (tmp != MARK_SET_VALUE && tmp != MARK_OR_VALUE &&
51 tmp != MARK_AND_VALUE && tmp !
[all...]
/net/netfilter/
H A Dnfnetlink_queue_ct.c62 u_int32_t tmp; local
77 tmp = ctinfo;
78 if (nla_put_be32(skb, NFQA_CT_INFO, htonl(tmp)))
H A Dnf_conntrack_labels.c58 u32 old, tmp; local
62 tmp = (old & mask) ^ new;
63 } while (cmpxchg(address, old, tmp) != old);
H A Dnf_conntrack_amanda.c95 char pbuf[sizeof("65535")], *tmp; local
142 port = htons(simple_strtoul(pbuf, &tmp, 10));
143 len = tmp - pbuf;
H A Dnf_conntrack_irc.c75 char *tmp; local
84 for (tmp = data; tmp <= data_end; tmp++)
85 if (*tmp == '\n')
87 if (tmp > data_end || *tmp != '\n')
/net/sctp/
H A Dinqueue.c66 struct sctp_chunk *chunk, *tmp; local
69 list_for_each_entry_safe(chunk, tmp, &queue->in_chunk_list, list) {
H A Dsysctl.c309 char tmp[8]; local
318 tbl.data = tmp;
328 if (!strncmp(tmp, "md5", 3)) {
334 if (!strncmp(tmp, "sha1", 4)) {
339 if (!strncmp(tmp, "none", 4)) {
/net/caif/
H A Dcfveil.c77 u8 tmp = 0; local
86 if (cfpkt_add_head(pkt, &tmp, 1) < 0) {
H A Dcffrml.c84 u16 tmp; local
91 cfpkt_extr_head(pkt, &tmp, 2);
92 len = le16_to_cpu(tmp);
109 cfpkt_extr_trail(pkt, &tmp, 2);
110 hdrchks = le16_to_cpu(tmp);
113 cfpkt_add_trail(pkt, &tmp, 2);
H A Dcfrfml.c48 int tmp; local
60 tmp = (mtu_size - RFM_HEAD_SIZE - 6) / 16;
61 tmp *= 16;
63 this->fragment_size = tmp;
99 u8 tmp; local
112 if (cfpkt_extr_head(pkt, &tmp, 1) < 0)
114 segmented = tmp & RFM_SEGMENTATION_BIT;
H A Dcfserl.c56 u16 tmp; local
115 cfpkt_peek_head(pkt, &tmp, 2);
116 expectlen = le16_to_cpu(tmp) + 2;
/net/sunrpc/
H A Dbackchannel_rqst.c93 struct rpc_rqst *req, *tmp; local
116 /* Add the allocated buffer to the tmp list */
171 list_for_each_entry_safe(req, tmp, &tmp_list, rq_bc_pa_list)
190 struct rpc_rqst *req = NULL, *tmp = NULL; local
199 list_for_each_entry_safe(req, tmp, &xprt->bc_pa_list, rq_bc_pa_list) {
/net/core/
H A Dsysctl_net_core.c31 ctl_table tmp = { local
45 ret = proc_dointvec(&tmp, write, buffer, lenp, ppos);
/net/mac80211/
H A Doffchannel.c212 struct ieee80211_roc_work *roc, *dep, *tmp; local
229 list_for_each_entry_safe(dep, tmp, &roc->dependents, list) {
302 struct ieee80211_roc_work *dep, *tmp; local
321 list_for_each_entry_safe(dep, tmp, &roc->dependents, list)
451 struct ieee80211_roc_work *roc, *tmp; local
455 list_for_each_entry_safe(roc, tmp, &local->roc_list, list) {
469 list_for_each_entry_safe(roc, tmp, &tmp_list, list) {
/net/phonet/
H A Dsysctl.c70 ctl_table tmp = { local
78 ret = proc_dointvec_minmax(&tmp, write, buffer, lenp, ppos);
/net/x25/
H A Dx25_forward.c137 struct list_head *entry, *tmp; local
141 list_for_each_safe(entry, tmp, &x25_forward_list) {
155 struct list_head *entry, *tmp; local
159 list_for_each_safe(entry, tmp, &x25_forward_list) {
H A Dx25_route.c112 struct list_head *entry, *tmp; local
116 list_for_each_safe(entry, tmp, &x25_route_list) {
218 struct list_head *entry, *tmp; local
221 list_for_each_safe(entry, tmp, &x25_route_list) {
/net/dns_resolver/
H A Ddns_key.c93 int opt_len, opt_nlen, opt_vlen, tmp; local
109 tmp = opt_vlen >= 0 ? opt_vlen : 0;
111 opt_nlen, opt_nlen, opt, tmp, tmp, eq);
/net/ipx/
H A Dipx_route.c96 struct ipx_route *r, *tmp; local
99 list_for_each_entry_safe(r, tmp, &ipx_routes, node)
124 struct ipx_route *r, *tmp; local
128 list_for_each_entry_safe(r, tmp, &ipx_routes, node)
/net/l2tp/
H A Dl2tp_debugfs.c108 struct hlist_node *tmp; local
112 hlist_for_each_safe(walk, tmp, &tunnel->session_hlist[hash]) {
/net/rds/
H A Dtcp_recv.c66 struct iovec *iov, tmp; local
76 tmp = *iov;
81 while (tmp.iov_len == 0) {
83 tmp = *iov;
86 to_copy = min(tmp.iov_len, size);
92 tmp.iov_base, tmp.iov_len, to_copy);
94 /* modifies tmp as it copies */
95 if (skb_copy_datagram_iovec(skb, skb_off, &tmp,
/net/rxrpc/
H A Dar-connevent.c149 __be32 tmp; local
164 if (skb_copy_bits(skb, 0, &tmp, sizeof(tmp)) < 0)
166 _proto("Rx ABORT %%%u { ac=%d }", serial, ntohl(tmp));
170 ntohl(tmp));
/net/wireless/
H A Dlib80211.c171 struct lib80211_crypt_data *tmp; local
177 tmp = *crypt;
186 list_add(&tmp->list, &info->crypt_deinit_list);

Completed in 273 milliseconds

1234567