Searched refs:add (Results 1 – 17 of 17) sorted by relevance
/net/ipv4/ |
D | ip_sockglue.c | 955 int omode, add; in do_ip_setsockopt() local 965 add = 1; in do_ip_setsockopt() 968 add = 0; in do_ip_setsockopt() 979 add = 1; in do_ip_setsockopt() 982 add = 0; in do_ip_setsockopt() 984 err = ip_mc_source(add, omode, sk, &mreqs, 0); in do_ip_setsockopt() 1020 int omode, add; in do_ip_setsockopt() local 1041 add = 1; in do_ip_setsockopt() 1044 add = 0; in do_ip_setsockopt() 1057 add = 1; in do_ip_setsockopt() [all …]
|
D | route.c | 2123 goto add; in __mkroute_output() 2135 add: in __mkroute_output()
|
D | igmp.c | 2246 int ip_mc_source(int add, int omode, struct sock *sk, struct in ip_mc_source() argument 2301 if (!add) { in ip_mc_source()
|
/net/netfilter/ipvs/ |
D | ip_vs_est.c | 64 bool add = false; in ip_vs_read_cpu_stats() local 71 if (add) { in ip_vs_read_cpu_stats() 86 add = true; in ip_vs_read_cpu_stats()
|
D | ip_vs_ctl.c | 816 struct ip_vs_dest_user_kern *udest, int add) in __ip_vs_update_dest() argument 824 BUG_ON(!add && udest->af != dest->af); in __ip_vs_update_dest() 826 if (add && udest->af != svc->af) in __ip_vs_update_dest() 872 if (add) { in __ip_vs_update_dest()
|
/net/caif/ |
D | cfpkt_skbuff.c | 300 struct sk_buff *add = pkt_to_skb(addpkt); in cfpkt_append() local 301 u16 addlen = skb_headlen(add); in cfpkt_append() 329 memcpy(skb_tail_pointer(dst), add->data, skb_headlen(add)); in cfpkt_append()
|
/net/netfilter/ |
D | xt_recent.c | 568 bool add, succ; in recent_mt_proc_write() local 587 add = false; in recent_mt_proc_write() 590 add = true; in recent_mt_proc_write() 615 if (add) in recent_mt_proc_write() 618 if (add) in recent_mt_proc_write()
|
D | Kconfig | 652 Using this target and match, you can add/delete and match 976 Workaround: activate this option and add a rule to your firewall 1145 It will also add a "tos" match, which allows you to match packets
|
/net/ipv6/ |
D | ipv6_sockglue.c | 681 int omode, add; in do_ipv6_setsockopt() local 696 add = 1; in do_ipv6_setsockopt() 699 add = 0; in do_ipv6_setsockopt() 710 add = 1; in do_ipv6_setsockopt() 713 add = 0; in do_ipv6_setsockopt() 715 retv = ip6_mc_source(add, omode, sk, &greqs); in do_ipv6_setsockopt()
|
D | ip6_fib.c | 759 int add = (!info->nlh || in fib6_add_rt2node() local 872 if (!add) in fib6_add_rt2node() 875 add: in fib6_add_rt2node() 897 if (add) in fib6_add_rt2node() 898 goto add; in fib6_add_rt2node()
|
D | mcast.c | 318 int ip6_mc_source(int add, int omode, struct sock *sk, in ip6_mc_source() argument 374 if (!add) { in ip6_mc_source()
|
/net/rds/ |
D | rdma.c | 807 rm->atomic.op_m_fadd.add = args->fadd.add; in rds_cmsg_atomic() 812 rm->atomic.op_m_fadd.add = args->m_fadd.add; in rds_cmsg_atomic()
|
D | ib.c | 272 .add = rds_ib_add_one,
|
D | rds.h | 383 uint64_t add; member
|
D | ib_send.c | 791 send->s_atomic_wr.compare_add = op->op_m_fadd.add; in rds_ib_xmit_atomic()
|
/net/l2tp/ |
D | Kconfig | 103 interface, or add the interface to a bridge.
|
/net/sched/ |
D | Kconfig | 686 Say Y here to add a simple action for demonstration purposes.
|