Searched defs:opt (Results 251 - 275 of 553) sorted by path

<<11121314151617181920>>

/linux-master/net/ceph/
H A Dceph_common.c310 struct ceph_options *opt; local
336 ceph_destroy_options(struct ceph_options *opt) argument
400 ceph_parse_mon_ips(const char *buf, size_t len, struct ceph_options *opt, struct fc_log *l, char delim) argument
418 ceph_parse_param(struct fs_parameter *param, struct ceph_options *opt, struct fc_log *l) argument
607 struct ceph_options *opt = client->options; local
707 ceph_create_client(struct ceph_options *opt, void *private) argument
[all...]
H A Dmon_client.c1130 struct ceph_options *opt = monc->client->options; local
H A Dosd_client.c1577 struct ceph_options *opt = osdc->client->options; local
/linux-master/net/core/
H A Dgen_estimator.c130 gen_new_estimator(struct gnet_stats_basic_sync *bstats, struct gnet_stats_basic_sync __percpu *cpu_bstats, struct net_rate_estimator __rcu **rate_est, spinlock_t *lock, bool running, struct nlattr *opt) argument
233 gen_replace_estimator(struct gnet_stats_basic_sync *bstats, struct gnet_stats_basic_sync __percpu *cpu_bstats, struct net_rate_estimator __rcu **rate_est, spinlock_t *lock, bool running, struct nlattr *opt) argument
H A Dnetpoll.c541 int netpoll_parse_options(struct netpoll *np, char *opt) argument
/linux-master/net/dccp/
H A Dccid.h199 ccid_hc_tx_parse_options(struct ccid *ccid, struct sock *sk, u8 pkt, u8 opt, u8 *val, u8 len) argument
211 ccid_hc_rx_parse_options(struct ccid *ccid, struct sock *sk, u8 pkt, u8 opt, u8 *val, u8 len) argument
H A Dfeat.c243 static const char *dccp_feat_oname(const u8 opt) argument
638 u8 opt, type, len, *ptr, nn_in_nbo[DCCP_OPTVAL_MAXLEN]; local
1107 dccp_feat_change_recv(struct list_head *fn, u8 is_mandatory, u8 opt, u8 feat, u8 *val, u8 len, const bool server) argument
1218 dccp_feat_confirm_recv(struct list_head *fn, u8 is_mandatory, u8 opt, u8 feat, u8 *val, u8 len, const bool server) argument
1315 dccp_feat_handle_nn_established(struct sock *sk, u8 mandatory, u8 opt, u8 feat, u8 *val, u8 len) argument
1404 dccp_feat_parse_options(struct sock *sk, struct dccp_request_sock *dreq, u8 mandatory, u8 opt, u8 feat, u8 *val, u8 len) argument
[all...]
H A Dipv6.c74 static int dccp_v6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, argument
231 struct ipv6_txoptions *opt; local
422 struct ipv6_txoptions *opt; local
826 struct ipv6_txoptions *opt; local
[all...]
H A Doptions.c59 unsigned char opt, len; local
[all...]
/linux-master/net/dns_resolver/
H A Ddns_key.c98 const char *data = prep->data, *end, *opt; local
[all...]
/linux-master/net/ipv4/
H A Dcipso_ipv4.c1548 unsigned char *opt = *option; local
1719 struct ip_options *opt = (struct ip_options *)optbuf; local
1835 struct ip_options_rcu *old, *opt = NULL; local
1920 struct ip_options_rcu *opt = NULL; local
1979 struct ip_options_rcu *opt = rcu_dereference_protected(*opt_ptr, 1); local
2135 struct ip_options_rcu *opt; local
2166 struct ip_options *opt = &IPCB(skb)->opt; local
2242 struct ip_options *opt = &IPCB(skb)->opt; local
[all...]
H A Dicmp.c588 __icmp_send(struct sk_buff *skb_in, int type, int code, __be32 info, const struct ip_options *opt) argument
[all...]
H A Dinet_connection_sock.c816 struct ip_options_rcu *opt; local
853 struct ip_options_rcu *opt; local
[all...]
H A Dip_forward.c67 struct ip_options *opt = &(IPCB(skb)->opt); local
88 struct ip_options *opt = &(IPCB(skb)->opt); local
H A Dip_input.c262 struct ip_options *opt; local
H A Dip_options.c44 void ip_options_build(struct sk_buff *skb, struct ip_options *opt, argument
198 struct ip_options *opt = &(IPCB(skb)->opt); local
241 __ip_options_compile(struct net *net, struct ip_options *opt, struct sk_buff *skb, __be32 *info) argument
465 ip_options_compile(struct net *net, struct ip_options *opt, struct sk_buff *skb) argument
482 ip_options_undo(struct ip_options *opt) argument
515 struct ip_options_rcu *opt; local
540 struct ip_options *opt = &(IPCB(skb)->opt); local
587 struct ip_options *opt = &(IPCB(skb)->opt); local
[all...]
H A Dip_output.c149 ip_build_and_send_pkt(struct sk_buff *skb, const struct sock *sk, __be32 saddr, __be32 daddr, struct ip_options_rcu *opt, u8 tos) argument
964 struct ip_options *opt = cork->opt; local
1286 struct ip_options_rcu *opt; local
1392 struct ip_options *opt = NULL; local
[all...]
H A Dip_sockglue.c88 struct ip_options *opt = (struct ip_options *)optbuf; local
1083 struct ip_options_rcu *old, *opt = NULL; local
1605 struct ip_options *opt = (struct ip_options *)optbuf; local
[all...]
H A Dip_tunnel_core.c492 struct geneve_opt *opt = ip_tunnel_info_opts(info) + opts_len; local
733 struct geneve_opt *opt; local
865 struct geneve_opt *opt; local
[all...]
H A Dipconfig.c1086 u8 *opt = ext++; local
1149 u8 *opt = ext++; local
[all...]
H A Dipmr.c1805 struct ip_options *opt = &(IPCB(skb)->opt); local
H A Droute.c1215 struct ip_options opt; local
H A Dsyncookies.c400 struct ip_options *opt = &TCP_SKB_CB(skb)->header.h4.opt; local
H A Dtcp.c3122 struct tcp_repair_window opt; local
3156 struct tcp_repair_opt opt; local
4163 struct tcp_repair_window opt; local
[all...]
H A Dtcp_ao.c2380 struct tcp_ao_repair opt; local

Completed in 424 milliseconds

<<11121314151617181920>>