Searched defs:add (Results 1 - 11 of 11) sorted by relevance

/net/netfilter/ipvs/
H A Dip_vs_est.c62 bool add = false; local
68 if (add) {
80 add = true;
H A Dip_vs_ctl.c653 * The reason to add the destination trash is when the dest is temporary
775 struct ip_vs_dest_user_kern *udest, int add)
783 BUG_ON(!add && udest->af != dest->af);
785 if (add && udest->af != svc->af)
832 if (add) {
774 __ip_vs_update_dest(struct ip_vs_service *svc, struct ip_vs_dest *dest, struct ip_vs_dest_user_kern *udest, int add) argument
/net/ipv6/
H A Dipv6_sockglue.c224 * ... and add it to the refcnt debug socks count
643 int omode, add; local
658 add = 1;
661 add = 0;
672 add = 1;
675 add = 0;
677 retv = ip6_mc_source(add, omode, sk, &greqs);
H A Dip6_fib.c416 * return the appropriate node for a routing tree "add" operation
673 int add = (!info->nlh || local
714 * add is sibling to this route, increment our counter
715 * of siblings, and later we will add our route to the
772 if (!add)
775 add:
795 if (add)
796 goto add;
897 /* Now add the first leaf node to new subtree */
H A Dmcast.c187 * now add/increase the group membership on the device
313 int ip6_mc_source(int add, int omode, struct sock *sk, argument
369 if (!add) {
396 /* else, add a new source to the filter */
853 * device multicast group inc (add if not found)
2254 * add or update "delete" records if an active filter
H A Droute.c1548 /* We cannot add true routes via loopback here,
2416 static int ip6_route_multipath(struct fib6_config *cfg, int add) argument
2444 err = add ? ip6_route_add(&r_cfg) : ip6_route_del(&r_cfg);
2451 if (add) {
2452 /* If add fails, we should try to delete all
2455 add = 0;
2461 * we have already fail to add the first nexthop:
/net/caif/
H A Dcfpkt_skbuff.c190 /* Check whether we need to add space at the tail */
304 struct sk_buff *add = pkt_to_skb(addpkt); local
305 u16 addlen = skb_headlen(add);
333 memcpy(skb_tail_pointer(dst), add->data, skb_headlen(add));
/net/ipv4/
H A Dip_sockglue.c819 int omode, add; local
829 add = 1;
832 add = 0;
843 add = 1;
846 add = 0;
848 err = ip_mc_source(add, omode, sk, &mreqs, 0);
884 int omode, add; local
905 add = 1;
908 add = 0;
921 add
[all...]
H A Digmp.c1739 * add or update "delete" records if an active filter
1979 int ip_mc_source(int add, int omode, struct sock *sk, struct argument
2034 if (!add) {
2063 /* else, add a new source to the filter */
/net/netfilter/
H A Dxt_recent.c544 bool add, succ; local
563 add = false;
565 case '+': /* add address */
566 add = true;
591 if (add)
594 if (add)
/net/rds/
H A Drds.h326 uint64_t add; member in struct:rds_message::__anon131::rm_atomic_op::__anon132::__anon134

Completed in 190 milliseconds