Searched refs:ul (Results 1 – 5 of 5) sorted by relevance
/net/sched/ |
D | act_csum.c | 259 u16 ul; in tcf_csum_ipv4_udp() local 276 ul = ntohs(udph->len); in tcf_csum_ipv4_udp() 283 if (ul == 0) in tcf_csum_ipv4_udp() 285 else if ((ul >= sizeof(*udph)) && (ul <= ipl - ihl)) in tcf_csum_ipv4_udp() 286 skb->csum = csum_partial(udph, ul, 0); in tcf_csum_ipv4_udp() 290 if (ul != ipl - ihl) in tcf_csum_ipv4_udp() 293 skb->csum = csum_partial(udph, ul, 0); in tcf_csum_ipv4_udp() 297 ul, iph->protocol, in tcf_csum_ipv4_udp() 315 u16 ul; in tcf_csum_ipv6_udp() local 332 ul = ntohs(udph->len); in tcf_csum_ipv6_udp() [all …]
|
/net/ipv4/ |
D | route.c | 1516 struct uncached_list *ul = raw_cpu_ptr(&rt_uncached_list); in rt_add_uncached_list() local 1518 rt->rt_uncached_list = ul; in rt_add_uncached_list() 1520 spin_lock_bh(&ul->lock); in rt_add_uncached_list() 1521 list_add_tail(&rt->rt_uncached, &ul->head); in rt_add_uncached_list() 1522 spin_unlock_bh(&ul->lock); in rt_add_uncached_list() 1528 struct uncached_list *ul = rt->rt_uncached_list; in rt_del_uncached_list() local 1530 spin_lock_bh(&ul->lock); in rt_del_uncached_list() 1532 spin_unlock_bh(&ul->lock); in rt_del_uncached_list() 1550 struct uncached_list *ul = &per_cpu(rt_uncached_list, cpu); in rt_flush_dev() local 1552 spin_lock_bh(&ul->lock); in rt_flush_dev() [all …]
|
D | ipmr.c | 2994 seq_printf(seq, " %8lu %8lu %8lu", 0ul, 0ul, 0ul); in ipmr_mfc_seq_show()
|
/net/ipv6/ |
D | route.c | 139 struct uncached_list *ul = raw_cpu_ptr(&rt6_uncached_list); in rt6_uncached_list_add() local 141 rt->rt6i_uncached_list = ul; in rt6_uncached_list_add() 143 spin_lock_bh(&ul->lock); in rt6_uncached_list_add() 144 list_add_tail(&rt->rt6i_uncached, &ul->head); in rt6_uncached_list_add() 145 spin_unlock_bh(&ul->lock); in rt6_uncached_list_add() 151 struct uncached_list *ul = rt->rt6i_uncached_list; in rt6_uncached_list_del() local 154 spin_lock_bh(&ul->lock); in rt6_uncached_list_del() 157 spin_unlock_bh(&ul->lock); in rt6_uncached_list_del() 170 struct uncached_list *ul = per_cpu_ptr(&rt6_uncached_list, cpu); in rt6_uncached_list_flush_dev() local 173 spin_lock_bh(&ul->lock); in rt6_uncached_list_flush_dev() [all …]
|
D | ip6mr.c | 506 seq_printf(seq, " %8lu %8lu %8lu", 0ul, 0ul, 0ul); in ipmr_mfc_seq_show()
|