Searched defs:temp (Results 1 - 21 of 21) sorted by relevance

/net/ipv6/netfilter/
H A Dip6t_ipv6header.c33 unsigned int temp; local
46 temp = 0;
55 temp |= MASK_NONE;
63 temp |= MASK_ESP;
81 temp |= MASK_HOPOPTS;
84 temp |= MASK_ROUTING;
87 temp |= MASK_FRAGMENT;
90 temp |= MASK_AH;
93 temp |= MASK_DSTOPTS;
107 temp |
[all...]
H A Dip6t_hbh.c52 unsigned int temp; local
104 for (temp = 0; temp < optinfo->optsnr; temp++) {
114 if (*tp != (optinfo->opts[temp] & 0xFF00) >> 8) {
116 (optinfo->opts[temp] & 0xFF00) >> 8);
133 spec_len = optinfo->opts[temp] & 0x00FF;
151 temp < optinfo->optsnr - 1) {
158 if (temp == optinfo->optsnr)
H A Dip6t_rt.c44 unsigned int temp; local
130 for (temp = 0;
131 temp < (unsigned int)((hdrlen - 8) / 16);
132 temp++) {
136 + temp * sizeof(_addr),
143 pr_debug("i=%d temp=%d;\n", i, temp);
162 for (temp = 0; temp < rtinfo->addrnr; temp
[all...]
/net/8021q/
H A Dvlanproc.c280 struct rtnl_link_stats64 temp; local
288 stats = dev_get_stats(vlandev, &temp);
/net/sctp/
H A Dchunk.c89 struct list_head *pos, *temp; local
100 list_for_each_safe(pos, temp, &msg->chunks) {
174 struct list_head *pos, *temp; local
338 list_for_each_safe(pos, temp, &msg->chunks) {
H A Dbind_addr.c134 struct sctp_sockaddr_entry *addr, *temp; local
137 list_for_each_entry_safe(addr, temp, &bp->address_list, list) {
189 struct sctp_sockaddr_entry *addr, *temp; local
195 list_for_each_entry_safe(addr, temp, &bp->address_list, list) {
H A Dulpqueue.c98 struct sk_buff_head temp; local
113 skb_queue_head_init(&temp);
114 __skb_queue_tail(&temp, sctp_event2skb(event));
120 * very first SKB on the 'temp' list.
727 struct sk_buff_head temp; local
735 skb_queue_head_init(&temp);
736 __skb_queue_tail(&temp, sctp_event2skb(event));
742 * sctp_ulpevent for very first SKB on the temp' list.
888 struct sk_buff_head temp; local
895 skb_queue_head_init(&temp);
[all...]
H A Doutqueue.c217 struct list_head *lchunk, *temp; local
233 list_for_each_safe(lchunk, temp, &q->sacked) {
242 list_for_each_safe(lchunk, temp, &q->retransmit) {
251 list_for_each_safe(lchunk, temp, &q->abandoned) {
1129 struct list_head *lchunk, *transport_list, *temp; local
1238 list_for_each_safe(lchunk, temp, &q->sacked) {
1693 struct list_head *lchunk, *temp; local
1728 list_for_each_safe(lchunk, temp, &q->abandoned) {
H A Dsm_sideeffect.c859 (!asoc->temp) && (sk->sk_shutdown != SHUTDOWN_MASK))
951 struct list_head *temp; local
953 list_for_each_safe(pos, temp, &asoc->peer.transport_addr_list) {
H A Dassociola.c328 struct list_head *pos, *temp; local
383 list_for_each_safe(pos, temp, &asoc->peer.transport_addr_list) {
723 struct list_head *temp; local
726 list_for_each_safe(pos, temp, &asoc->peer.transport_addr_list) {
758 struct sctp_transport *temp; local
761 list_for_each_entry_safe(t, temp, &asoc->peer.transport_addr_list,
1095 struct list_head *pos, *temp; local
1107 list_for_each_safe(pos, temp, &asoc->peer.transport_addr_list) {
H A Dipv6.c94 struct sctp_sockaddr_entry *temp; local
115 list_for_each_entry_safe(addr, temp,
H A Dprotocol.c186 struct list_head *pos, *temp; local
188 list_for_each_safe(pos, temp, &net->sctp.local_addr_list) {
599 struct sctp_sockaddr_entry *addrw, *temp; local
604 list_for_each_entry_safe(addrw, temp, &net->sctp.addr_waitq, list) {
659 struct sctp_sockaddr_entry *temp; local
663 list_for_each_entry_safe(addrw, temp, &net->sctp.addr_waitq, list) {
752 struct sctp_sockaddr_entry *temp; local
772 list_for_each_entry_safe(addr, temp,
H A Dsm_make_chunk.c1583 asoc->temp = 1;
2297 struct list_head *pos, *temp; local
2361 list_for_each_safe(pos, temp, &asoc->peer.transport_addr_list) {
2436 if (!asoc->temp) {
2464 list_for_each_safe(pos, temp, &asoc->peer.transport_addr_list) {
H A Dsocket.c1483 struct list_head *pos, *temp; local
1499 list_for_each_safe(pos, temp, &ep->asocs) {
4800 union sctp_addr temp; local
4822 memcpy(&temp, &from->ipaddr, sizeof(temp));
4824 ->addr_to_user(sp, &temp);
4827 if (copy_to_user(to, &temp, addrlen))
4847 union sctp_addr temp; local
4864 memcpy(&temp, &addr->a, sizeof(temp));
4897 union sctp_addr temp; local
[all...]
/net/core/
H A Ddrop_monitor.c224 struct dm_hw_stat_delta *temp; local
253 list_for_each_entry_safe(new_stat, temp, &hw_stats_list, list) {
H A Dnet-procfs.c79 struct rtnl_link_stats64 temp; local
80 const struct rtnl_link_stats64 *stats = dev_get_stats(dev, &temp);
H A Dnet-sysfs.c443 struct rtnl_link_stats64 temp; local
444 const struct rtnl_link_stats64 *stats = dev_get_stats(dev, &temp);
H A Drtnetlink.c976 struct rtnl_link_stats64 temp; local
1047 stats = dev_get_stats(dev, &temp);
/net/netfilter/
H A Dxt_IDLETIMER.c90 struct timespec temp; local
96 temp.tv_sec = timer->timeout;
97 temp.tv_nsec = 0;
99 temp = timespec_add(timer->delayed_timer_trigger, temp);
100 ts->tv_sec = temp.tv_sec;
101 ts->tv_nsec = temp.tv_nsec;
106 temp = timespec_add(timer->last_modified_timer, temp);
107 ts->tv_sec = temp
[all...]
/net/sched/
H A Dsch_choke.c172 struct flow_keys temp; local
179 skb_flow_dissect(skb1, &temp);
180 memcpy(&choke_skb_cb(skb1)->keys, &temp, CHOKE_K_LEN);
185 skb_flow_dissect(skb2, &temp);
186 memcpy(&choke_skb_cb(skb2)->keys, &temp, CHOKE_K_LEN);
/net/tipc/
H A Dmsg.h112 u32 temp = msg->hdr[a]; local
115 msg->hdr[b] = temp;

Completed in 453 milliseconds