Searched refs:dst_feature (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/media/pci/bt8xx/ |
| A D | dst.c | 745 .dst_feature = 0, 754 .dst_feature = 0, 763 .dst_feature = 0, 782 .dst_feature = 0, 791 .dst_feature = DST_TYPE_HAS_CA, 810 .dst_feature = 0, 819 .dst_feature = DST_TYPE_HAS_CA, 828 .dst_feature = 0, 837 .dst_feature = DST_TYPE_HAS_CA, 846 .dst_feature = 0, [all …]
|
| A D | dst_common.h | 145 u32 dst_feature; member
|
| /linux/include/linux/ |
| A D | tcp.h | 625 return dst_feature(dst, RTAX_FEATURE_TCP_USEC_TS); in dst_tcp_usec_ts()
|
| /linux/include/net/ |
| A D | dst.h | 207 dst_feature(const struct dst_entry *dst, u32 feature) in dst_feature() function
|
| A D | tcp.h | 610 dst_feature(dst, RTAX_FEATURE_ECN); in cookie_ecn_ok()
|
| /linux/net/ipv4/ |
| A D | tcp_output.c | 343 if (dst && dst_feature(dst, RTAX_FEATURE_ECN)) in tcp_ecn_send_syn()
|
| A D | tcp_input.c | 7041 ecn_ok_dst = dst_feature(dst, DST_FEATURE_ECN_MASK); in tcp_ecn_create_request()
|
Completed in 36 milliseconds