Searched refs:begin (Results 1 – 15 of 15) sorted by relevance
/net/ipv4/netfilter/ |
D | nf_nat_snmp_basic_main.c | 61 unsigned char *begin; member 119 fast_csum(ctx, (unsigned char *)data - ctx->begin); in snmp_helper() 146 ctx.begin = (unsigned char *)udph + sizeof(struct udphdr); in snmp_translate()
|
/net/ipv6/ |
D | inet6_hashtables.c | 70 begin: in __inet6_lookup_established() 81 goto begin; in __inet6_lookup_established() 86 goto begin; in __inet6_lookup_established()
|
/net/ethtool/ |
D | netlink.h | 255 if (dev && dev->ethtool_ops->begin) in ethnl_ops_begin() 256 return dev->ethtool_ops->begin(dev); in ethnl_ops_begin()
|
D | ioctl.c | 2733 if (dev->ethtool_ops->begin) { in dev_ethtool() 2734 rc = dev->ethtool_ops->begin(dev); in dev_ethtool()
|
/net/sched/ |
D | sch_hhf.c | 425 begin: in hhf_dequeue() 440 goto begin; in hhf_dequeue() 455 goto begin; in hhf_dequeue()
|
D | sch_fq_pie.c | 243 begin: in fq_pie_qdisc_dequeue() 256 goto begin; in fq_pie_qdisc_dequeue() 273 goto begin; in fq_pie_qdisc_dequeue()
|
D | sch_fq.c | 547 begin: in fq_dequeue() 565 goto begin; in fq_dequeue() 577 goto begin; in fq_dequeue() 594 goto begin; in fq_dequeue()
|
D | sch_fq_codel.c | 288 begin: in fq_codel_dequeue() 300 goto begin; in fq_codel_dequeue() 313 goto begin; in fq_codel_dequeue()
|
D | sch_cake.c | 1959 begin: in cake_dequeue() 2047 goto begin; in cake_dequeue() 2156 goto begin; in cake_dequeue()
|
/net/ceph/ |
D | osd_client.c | 1866 free_hoid(backoff->begin); in free_backoff() 1874 DEFINE_RB_INSDEL_FUNCS2(backoff, struct ceph_osd_backoff, begin, hoid_compare, 1887 cmp = hoid_compare(hoid, cur->begin); in lookup_containing_backoff() 4230 struct ceph_hobject_id *begin; member 4255 m->begin = kzalloc(sizeof(*m->begin), GFP_NOIO); in decode_MOSDBackoff() 4256 if (!m->begin) in decode_MOSDBackoff() 4259 ret = decode_hoid(&p, end, m->begin); in decode_MOSDBackoff() 4261 free_hoid(m->begin); in decode_MOSDBackoff() 4267 free_hoid(m->begin); in decode_MOSDBackoff() 4273 free_hoid(m->begin); in decode_MOSDBackoff() [all …]
|
D | debugfs.c | 333 dump_hoid(s, backoff->begin); in dump_backoffs()
|
/net/ipv4/ |
D | inet_hashtables.c | 409 begin: in __inet_lookup_established() 419 goto begin; in __inet_lookup_established() 430 goto begin; in __inet_lookup_established()
|
/net/netfilter/ |
D | nf_conntrack_core.c | 743 begin: in ____nf_conntrack_find() 766 goto begin; in ____nf_conntrack_find() 1207 begin: in nf_conntrack_tuple_taken() 1248 goto begin; in nf_conntrack_tuple_taken()
|
/net/sunrpc/auth_gss/ |
D | auth_gss.c | 1615 unsigned long begin, expire; in gss_cred_is_negative_entry() local 1619 begin = gss_cred->gc_upcall_timestamp; in gss_cred_is_negative_entry() 1620 expire = begin + gss_expired_cred_retry_delay * HZ; in gss_cred_is_negative_entry() 1622 if (time_in_range_open(now, begin, expire)) in gss_cred_is_negative_entry()
|
/net/mac80211/ |
D | tx.c | 3636 begin: in ieee80211_tx_dequeue() 3686 goto begin; in ieee80211_tx_dequeue() 3697 goto begin; in ieee80211_tx_dequeue() 3721 goto begin; in ieee80211_tx_dequeue() 3737 goto begin; in ieee80211_tx_dequeue() 3754 goto begin; in ieee80211_tx_dequeue() 3805 begin: in ieee80211_next_txq() 3838 goto begin; in ieee80211_next_txq()
|