Searched refs:sopt (Results 1 – 5 of 5) sorted by relevance
| /linux/net/ipv4/ |
| H A D | ip_options.c | 78 struct sk_buff *skb, const struct ip_options *sopt) in __ip_options_echo() argument 86 if (sopt->optlen == 0) in __ip_options_echo() 92 if (sopt->rr) { in __ip_options_echo() 93 optlen = sptr[sopt->rr+1]; in __ip_options_echo() 94 soffset = sptr[sopt->rr+2]; in __ip_options_echo() 96 memcpy(dptr, sptr+sopt->rr, optlen); in __ip_options_echo() 97 if (sopt->rr_needaddr && soffset <= optlen) { in __ip_options_echo() 106 if (sopt->ts) { in __ip_options_echo() 107 optlen = sptr[sopt->ts+1]; in __ip_options_echo() 108 soffset = sptr[sopt->ts+2]; in __ip_options_echo() [all …]
|
| H A D | ip_output.c | 1602 const struct ip_options *sopt, 1617 if (__ip_options_echo(net, &replyopts->opt, skb, sopt)) in ip_send_unicast_reply() 1606 ip_send_unicast_reply(struct sock * sk,const struct sock * orig_sk,struct sk_buff * skb,const struct ip_options * sopt,__be32 daddr,__be32 saddr,const struct ip_reply_arg * arg,unsigned int len,u64 transmit_time,u32 txhash) ip_send_unicast_reply() argument
|
| /linux/net/sched/ |
| H A D | sch_gred.c | 412 struct tc_gred_sopt *sopt; in gred_change_table_def() local 419 sopt = nla_data(dps); in gred_change_table_def() 421 if (sopt->DPs > MAX_DPs) { in gred_change_table_def() 425 if (sopt->DPs == 0) { in gred_change_table_def() 430 if (sopt->def_DP >= sopt->DPs) { in gred_change_table_def() 434 if (sopt->flags && gred_per_vq_red_flags_used(table)) { in gred_change_table_def() 440 table->DPs = sopt->DPs; in gred_change_table_def() 441 table->def = sopt->def_DP; in gred_change_table_def() 442 red_flags_changed = table->red_flags != sopt in gred_change_table_def() 774 struct tc_gred_sopt sopt = { gred_dump() local [all...] |
| /linux/include/net/ |
| H A D | ip.h | 289 const struct ip_options *sopt, 768 struct sk_buff *skb, const struct ip_options *sopt);
|
| /linux/tools/lib/subcmd/ |
| H A D | parse-options.h | 243 void set_option_flag(struct option *opts, int sopt, const char *lopt, int flag);
|